diff options
Diffstat (limited to 'misc/p5-Software-License/Makefile')
-rw-r--r-- | misc/p5-Software-License/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/p5-Software-License/Makefile b/misc/p5-Software-License/Makefile index 461a09bd5417..a6c33d6c3b8c 100644 --- a/misc/p5-Software-License/Makefile +++ b/misc/p5-Software-License/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= Software-License -PORTVERSION= 0.103012 +PORTVERSION= 0.103013 CATEGORIES= misc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:RJBS +MASTER_SITE_SUBDIR= CPAN:LEONT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -13,6 +13,7 @@ COMMENT= Packages that provide templated software licenses LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Data-Section>=0:devel/p5-Data-Section \ p5-MRO-Compat>=0:devel/p5-MRO-Compat \ |