diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:08:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:08:52 +0800 |
commit | 5a7bfbaa4d982604fa7f9a71ebff2c124703cfb6 (patch) | |
tree | ea2d8eaac032b5dd40fcc96f71b8e8a88173c32e | |
parent | ec65832892cf5b789ed6250a1f0332dfe16fc06b (diff) | |
download | freebsd-ports-gnome-5a7bfbaa4d982604fa7f9a71ebff2c124703cfb6.tar.gz freebsd-ports-gnome-5a7bfbaa4d982604fa7f9a71ebff2c124703cfb6.tar.zst freebsd-ports-gnome-5a7bfbaa4d982604fa7f9a71ebff2c124703cfb6.zip |
- Add LICENSE
- Add BUILD_DEPENDS
Approved by: portmgr (blanket)
-rw-r--r-- | devel/p5-DateTime-Calendar-Discordian/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/p5-DateTime-Calendar-Discordian/Makefile b/devel/p5-DateTime-Calendar-Discordian/Makefile index 8981de9f8c9c..42c58740504c 100644 --- a/devel/p5-DateTime-Calendar-Discordian/Makefile +++ b/devel/p5-DateTime-Calendar-Discordian/Makefile @@ -11,9 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= philip@FreeBSD.org COMMENT= Perl extension for the Discordian Calendar -RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ p5-DateTime-Locale>=0:devel/p5-DateTime-Locale \ p5-Params-Validate>=0:devel/p5-Params-Validate +RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |