diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-08 14:17:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-08 14:17:15 +0800 |
commit | 1ae27e53179e7ad9fff64ff8ce22d35e4891b4de (patch) | |
tree | 95d43879fc128a432ec2a0478f5b3bea9e8e8b3b /textproc | |
parent | ecd55e0cfe577837f17ee8ce8921a4a3f1dd9f6c (diff) | |
download | freebsd-ports-gnome-1ae27e53179e7ad9fff64ff8ce22d35e4891b4de.tar.gz freebsd-ports-gnome-1ae27e53179e7ad9fff64ff8ce22d35e4891b4de.tar.zst freebsd-ports-gnome-1ae27e53179e7ad9fff64ff8ce22d35e4891b4de.zip |
Remove LICENSE_FILE
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-MinimumVersion/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-Pod-MinimumVersion/Makefile b/textproc/p5-Pod-MinimumVersion/Makefile index dcd4c5ddc41e..120d346af4f2 100644 --- a/textproc/p5-Pod-MinimumVersion/Makefile +++ b/textproc/p5-Pod-MinimumVersion/Makefile @@ -11,10 +11,9 @@ COMMENT= report minimum Perl version for given POD LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-IO-String>=1.02:devel/p5-IO-String -RUN_DEPENDS= p5-IO-String>=1.02:devel/p5-IO-String +RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |