blob: 3fd61718b213eab8f0af95bb64fdbe7cf7abf50d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: p5-Encode
# Date created: Jul 24, 2005
# Whom: Rong-En Fan <rafan@infor.org>
#
# $FreeBSD$
#
PORTNAME= Encode
PORTVERSION= 2.12
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Encode
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@infor.org
COMMENT= Provides interfaces between strings and the rest of the system
PERL_CONFIGURE= yes
MAN1= piconv.1 enc2xs.1
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= Requires Perl 5.8.0 or above.
.endif
.include <bsd.port.post.mk>
|