diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-01 06:13:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-01 06:13:30 +0800 |
commit | 5b43e04d6f92c55197819361551f1c2b9978a439 (patch) | |
tree | ecca7c54b7cd9a838b76dd2956ec0f2a83fa5521 /databases/p5-Protocol-CassandraCQL/Makefile | |
parent | cb2722002b471a6259ac9b340c8041cfbbe14b79 (diff) | |
download | freebsd-ports-gnome-5b43e04d6f92c55197819361551f1c2b9978a439.tar.gz freebsd-ports-gnome-5b43e04d6f92c55197819361551f1c2b9978a439.tar.zst freebsd-ports-gnome-5b43e04d6f92c55197819361551f1c2b9978a439.zip |
Remove Perl core modules
- While I'm here:
- Add LICENSE_FILE
- Add NO_ARCH
- Fix *_DEPENDS: use TEST_DEPENDS for test-only dependencies
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'databases/p5-Protocol-CassandraCQL/Makefile')
-rw-r--r-- | databases/p5-Protocol-CassandraCQL/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/p5-Protocol-CassandraCQL/Makefile b/databases/p5-Protocol-CassandraCQL/Makefile index 0260d1a5f3fc..3f31394da4b9 100644 --- a/databases/p5-Protocol-CassandraCQL/Makefile +++ b/databases/p5-Protocol-CassandraCQL/Makefile @@ -3,7 +3,7 @@ PORTNAME= Protocol-CassandraCQL PORTVERSION= 0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -14,13 +14,14 @@ COMMENT= Wire protocol support functions for Cassandra CQL3 LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Compress-Snappy>0:archivers/p5-Compress-Snappy \ - p5-IO-Socket-IP>0:net/p5-IO-Socket-IP \ - p5-Test-Fatal>0:devel/p5-Test-Fatal \ - p5-Test-HexString>0:devel/p5-Test-HexString +BUILD_DEPENDS= p5-Compress-Snappy>0:archivers/p5-Compress-Snappy RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>0:devel/p5-Test-Fatal \ + p5-Test-HexString>0:devel/p5-Test-HexString +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild |