2013-09-16 04:43:52 +02:00
|
|
|
# Created by: Rong-En Fan <rafan@infor.org>
|
2005-07-28 16:35:41 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Encode
|
2013-09-16 04:43:52 +02:00
|
|
|
PORTVERSION= 2.55
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-05-27 19:51:11 +02:00
|
|
|
CATEGORIES= converters perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:DANKOGAI
|
2005-07-28 16:35:41 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-06-27 05:58:58 +02:00
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
2005-07-28 16:35:41 +02:00
|
|
|
COMMENT= Provides interfaces between strings and the rest of the system
|
|
|
|
|
2013-04-27 20:15:50 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2013-09-16 04:43:52 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-07-28 16:35:41 +02:00
|
|
|
|
2006-01-22 07:29:22 +01:00
|
|
|
post-patch:
|
2013-09-16 04:43:52 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|bin/enc2xs||; s|bin/piconv||' ${WRKSRC}/Makefile.PL
|
2006-04-24 11:16:35 +02:00
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
regression-test:
|
|
|
|
cd ${WRKSRC} && ${MAKE} test
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|