diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2016-02-22 12:15:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2016-02-22 12:15:55 +0000 |
commit | a4d9b13bef07bb1686647add2d702a07106823c8 (patch) | |
tree | 3fc7e38f21d85bfe1e603dd1a0ddf506b78164ac /textproc/p5-Text-CSV-Encoded/Makefile | |
parent | 3abc16f98fe710248461f7177d4a70f8409c47ff (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-CSV-Encoded/Makefile')
-rw-r--r-- | textproc/p5-Text-CSV-Encoded/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-CSV-Encoded/Makefile b/textproc/p5-Text-CSV-Encoded/Makefile index a825fa82ae63..4b65d533fe21 100644 --- a/textproc/p5-Text-CSV-Encoded/Makefile +++ b/textproc/p5-Text-CSV-Encoded/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-CSV-Encoded -PORTVERSION= 0.22 +PORTVERSION= 0.25 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |