diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-15 21:51:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-15 21:51:04 +0000 |
commit | 70bd7968fbd42a1c19d4a26e9f9f11b5ac094795 (patch) | |
tree | e622446e29b7e28e2e6fe3f85c8fa86d331612b0 /textproc/p5-String-Print/Makefile | |
parent | 419b5cead856cf56374370ac1a86a4e5ef877b46 (diff) | |
download | ports-70bd7968fbd42a1c19d4a26e9f9f11b5ac094795.tar.gz ports-70bd7968fbd42a1c19d4a26e9f9f11b5ac094795.zip |
Update to 0.90
- Add NO_ARCH
Changes: http://search.cpan.org/dist/String-Print/ChangeLog
Notes
Notes:
svn path=/head/; revision=443643
Diffstat (limited to 'textproc/p5-String-Print/Makefile')
-rw-r--r-- | textproc/p5-String-Print/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-String-Print/Makefile b/textproc/p5-String-Print/Makefile index bf2ad045d80c..c418ff2e534a 100644 --- a/textproc/p5-String-Print/Makefile +++ b/textproc/p5-String-Print/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= String-Print -PORTVERSION= 0.15 +PORTVERSION= 0.90 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +13,11 @@ COMMENT= Alternative of printf LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak +BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |