diff options
Diffstat (limited to 'lang/p5-Perl6-Subs')
-rw-r--r-- | lang/p5-Perl6-Subs/Makefile | 3 | ||||
-rw-r--r-- | lang/p5-Perl6-Subs/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lang/p5-Perl6-Subs/Makefile b/lang/p5-Perl6-Subs/Makefile index fc691634930a..3eed03680c6e 100644 --- a/lang/p5-Perl6-Subs/Makefile +++ b/lang/p5-Perl6-Subs/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl6::Subs - Define your subroutines in the Perl 6 style +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/lang/p5-Perl6-Subs/pkg-descr b/lang/p5-Perl6-Subs/pkg-descr index f7be0849eb10..434014e50d6c 100644 --- a/lang/p5-Perl6-Subs/pkg-descr +++ b/lang/p5-Perl6-Subs/pkg-descr @@ -4,4 +4,4 @@ Perl6::Subs is a source filter that adds a very useful subset of Perl declare the formal parameters, assign them their values, and validate their contents according to both built-in and user-given rules. -WWW: http://search.cpan.org/dist/Perl6-Subs/ +WWW: https://metacpan.org/release/CHIPS/Perl6-Subs-0.05 |