freebsd-ports/converters/p5-Convert-Recode/Makefile
Andrej Zverev 2363c699fb - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
- pass maintainership to @perl

Information:	wiki@ PortsLongtermTargets
Approved by:	bapt@ (portmgr@)
2013-07-25 12:45:10 +00:00

25 lines
548 B
Makefile

# Created by: 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:
@${REINPLACE_CMD} -i '' -e 's|recode -\$$|${LOCALBASE}/bin/recode -\$$|' \
${WRKSRC}/Recode.pm
.include <bsd.port.mk>