2000-01-29 05:38:48 +01:00
|
|
|
# New ports collection makefile for: p5-Convert-Recode
|
|
|
|
# Date created: 17 January 2000
|
|
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 08:20:09 +02:00
|
|
|
PORTNAME= Convert-Recode
|
2005-10-10 14:47:59 +02:00
|
|
|
PORTVERSION= 1.04
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2000-01-29 05:38:48 +01:00
|
|
|
CATEGORIES= converters perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-04-13 08:20:09 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-01-29 05:38:48 +01:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Front end to the GNU recode program
|
2000-01-29 05:38:48 +01:00
|
|
|
|
2005-10-10 14:47:59 +02:00
|
|
|
BUILD_DEPENDS= recode:${PORTSDIR}/converters/recode
|
2000-01-29 05:38:48 +01:00
|
|
|
RUN_DEPENDS= recode:${PORTSDIR}/converters/recode
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2000-01-29 05:38:48 +01:00
|
|
|
|
|
|
|
MAN3= Convert::Recode.3
|
|
|
|
|
|
|
|
post-patch:
|
2000-06-17 04:37:15 +02:00
|
|
|
${PERL} -pi -e 's#recode -\$$#${LOCALBASE}/bin/recode -\$$#' \
|
2000-01-29 05:38:48 +01:00
|
|
|
${WRKSRC}/Recode.pm
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|