diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-13 17:32:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-13 17:32:47 +0000 |
commit | 2b872fdaa083bce87d80312d6b248ee1bbbf67a7 (patch) | |
tree | 1c479309443b26ab0ee4593e0939c6fb0cd925ec | |
parent | 3b38c3801f5b7411f86c5262f6f14d823842e923 (diff) | |
download | freebsd-ports-2b872fdaa083bce87d80312d6b248ee1bbbf67a7.zip |
- Remove MASTER_SITE_SUBDIR
- Add NO_ARCH
-rw-r--r-- | net/p5-Net-Dict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-Dict/Makefile b/net/p5-Net-Dict/Makefile index 6f550a84c266..7453f08d5e9a 100644 --- a/net/p5-Net-Dict/Makefile +++ b/net/p5-Net-Dict/Makefile @@ -5,7 +5,6 @@ PORTNAME= Net-Dict PORTVERSION= 2.19 CATEGORIES= net perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:NEILB PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org @@ -16,6 +15,7 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Differences>=0.620:${PORTSDIR}/devel/p5-Test-Differences +NO_ARCH= yes USE_PERL5= configure USES= perl5 |