blob: 1693acba8aa448cda6ee1c7c27832a29c7c3d3f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$
PORTNAME= Convert-Recode
PORTVERSION= 1.04
PORTREVISION= 2
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Front end to the GNU recode program
BUILD_DEPENDS= recode:converters/recode
RUN_DEPENDS= recode: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>
|