diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-04 18:09:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-04 18:09:35 +0000 |
commit | 24808d9229bc808f430e4155f572cbf2c030317e (patch) | |
tree | 43d789e58532caa86c954b6275e723492ab24730 /lang | |
parent | 06fdcdf06ecfe2f7aa0728e20f67c277ce3525fb (diff) |
Add LICENSE
- Fix and update WWW
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=471649
Diffstat (limited to 'lang')
-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 |