diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 07:40:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 07:40:59 +0000 |
commit | a86ce80411f5376ef08742005c5577ecaca6237e (patch) | |
tree | db761ba3ec92ee6c12e57999369b5d53039d5b26 /textproc/p5-Unicode-CheckUTF8 | |
parent | e7c9448cda64a2955274d3005159c782d6fff06a (diff) | |
download | ports-a86ce80411f5376ef08742005c5577ecaca6237e.tar.gz ports-a86ce80411f5376ef08742005c5577ecaca6237e.zip |
Notes
Diffstat (limited to 'textproc/p5-Unicode-CheckUTF8')
-rw-r--r-- | textproc/p5-Unicode-CheckUTF8/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Unicode-CheckUTF8/Makefile b/textproc/p5-Unicode-CheckUTF8/Makefile index 1213a07352e5..a63d005073db 100644 --- a/textproc/p5-Unicode-CheckUTF8/Makefile +++ b/textproc/p5-Unicode-CheckUTF8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Unicode-CheckUTF8 -# Date created: 2006-07-23 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Unicode-CheckUTF8 DISTVERSION= 1.03 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Check if scalar is valid UTF-8 -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Unicode::CheckUTF8.3 |