diff options
author | az <az@FreeBSD.org> | 2013-09-11 20:59:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 20:59:14 +0800 |
commit | d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b (patch) | |
tree | 3de49af9a7eb845fcd7be62f0e00c65cb7f39532 /russian/p5-cyrillic | |
parent | 1bfb9f578ed6894d1e0be173af564da786409163 (diff) | |
download | freebsd-ports-gnome-d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b.tar.gz freebsd-ports-gnome-d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b.tar.zst freebsd-ports-gnome-d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'russian/p5-cyrillic')
-rw-r--r-- | russian/p5-cyrillic/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/russian/p5-cyrillic/Makefile b/russian/p5-cyrillic/Makefile index 14773113f82f..3925fd32fdc1 100644 --- a/russian/p5-cyrillic/Makefile +++ b/russian/p5-cyrillic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-cyrillic -# Date created: 13 May 2002 -# Whom: Anatoliy Dmytriyev -# +# Created by: Anatoliy Dmytriyev # $FreeBSD$ -# PORTNAME= cyrillic PORTVERSION= 2.09 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tolid@plab.ku.dk COMMENT= Library for fast and easy Cyrillic text manipulation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= cyrillic.3 |