blob: e0a43cef52430802a5ef74a17e8e1ddc96d5d80f (
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-${PV}.tar.gz"
S = "${WORKDIR}/Perl6-Junction-${PV}"
inherit cpan
|