1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/converters/p5-Convert-Recode/Makefile
Andrej Zverev d49a8f39af - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:00:41 +00:00

25 lines
536 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
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -i '' -e 's|recode -\$$|${LOCALBASE}/bin/recode -\$$|' \
${WRKSRC}/Recode.pm
.include <bsd.port.mk>