freebsd-ports/converters/p5-Convert-Recode/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
627 B
Makefile

# New ports collection makefile for: p5-Convert-Recode
# Date created: 17 January 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= Convert-Recode
PORTVERSION= 1.04
PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Front end to the GNU recode program
BUILD_DEPENDS= recode:${PORTSDIR}/converters/recode
RUN_DEPENDS= recode:${PORTSDIR}/converters/recode
PERL_CONFIGURE= YES
MAN3= Convert::Recode.3
post-patch:
${PERL} -pi -e 's#recode -\$$#${LOCALBASE}/bin/recode -\$$#' \
${WRKSRC}/Recode.pm
.include <bsd.port.mk>