diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-17 18:01:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-17 18:01:54 +0800 |
commit | 3188f660160f9bb981e463d12076b0859344638f (patch) | |
tree | 8fa8264d9b5fe44cbaab6592859f8fc0641bd8ca /audio | |
parent | c8676464f0188503bba8e912c145af13529b0961 (diff) | |
download | freebsd-ports-gnome-3188f660160f9bb981e463d12076b0859344638f.tar.gz freebsd-ports-gnome-3188f660160f9bb981e463d12076b0859344638f.tar.zst freebsd-ports-gnome-3188f660160f9bb981e463d12076b0859344638f.zip |
Remove Perl core modules
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Net-DAAP-DMAP/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/p5-Net-DAAP-DMAP/Makefile b/audio/p5-Net-DAAP-DMAP/Makefile index 07d46bb2e94b..65758e10dddd 100644 --- a/audio/p5-Net-DAAP-DMAP/Makefile +++ b/audio/p5-Net-DAAP-DMAP/Makefile @@ -3,7 +3,7 @@ PORTNAME= Net-DAAP-DMAP PORTVERSION= 1.27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for reading and writing DAAP structures -BUILD_DEPENDS= p5-Math-BigInt>0:math/p5-Math-BigInt -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Data-HexDump>0:devel/p5-Data-HexDump \ p5-Test-Differences>0:devel/p5-Test-Differences +NO_ARCH= yes USES= perl5 USE_PERL5= configure |