blob: 0c7013af6064c93c090078edea24909eaea80346 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Perl6::Junction - Perl6 style Junction operators in Perl5."
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
PR = "r0"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/Perl6-Junction-1.10.tar.gz"
S = "${WORKDIR}/Perl6-Junction-${PV}"
inherit cpan
|