diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-11-04 09:00:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-11-04 09:00:18 +0000 |
commit | 27a7c34915721898ae0371cccd9061d0204bc9dc (patch) | |
tree | 040bb2b156fffe34c02d7f0a0c9d02f7d66239f5 /www | |
parent | efd6dfdadf1148d819fcee0bd3d35d8209ca80f5 (diff) | |
download | ports-27a7c34915721898ae0371cccd9061d0204bc9dc.tar.gz ports-27a7c34915721898ae0371cccd9061d0204bc9dc.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Template-Timer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-Template-Timer/Makefile b/www/p5-Template-Timer/Makefile index 3d9ab7fdc958..247119a3ae0b 100644 --- a/www/p5-Template-Timer/Makefile +++ b/www/p5-Template-Timer/Makefile @@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Rudimentary profiling for Template Toolkit +LICENSE= ART20 GPLv3 +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |