diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-10-10 07:47:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-10-10 07:47:09 +0000 |
commit | 9eaddbcf841cfd7080d004b67f05193c1e19f2b3 (patch) | |
tree | 1a358918bfb98d12175e592c4266441e582acf06 /sysutils/p5-File-Listing/Makefile | |
parent | 0fcbccfe44ddbd066e8c02bbac919ca1723a856d (diff) | |
download | ports-9eaddbcf841cfd7080d004b67f05193c1e19f2b3.tar.gz ports-9eaddbcf841cfd7080d004b67f05193c1e19f2b3.zip |
Notes
Diffstat (limited to 'sysutils/p5-File-Listing/Makefile')
-rw-r--r-- | sysutils/p5-File-Listing/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/p5-File-Listing/Makefile b/sysutils/p5-File-Listing/Makefile index 3cbbc0a96aeb..9f5855739317 100644 --- a/sysutils/p5-File-Listing/Makefile +++ b/sysutils/p5-File-Listing/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-Listing -PORTVERSION= 6.07 +PORTVERSION= 6.10 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,12 +12,14 @@ COMMENT= Parse directory listings LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-HTTP-Date>=6:www/p5-HTTP-Date +RUN_DEPENDS= p5-HTTP-Date>=0:www/p5-HTTP-Date -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |