aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Encode/Makefile
blob: b9f0e196593f5cafd60d141d02501d12a172f148 (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
25
26
# Created by: Rong-En Fan <rafan@infor.org>
# $FreeBSD$

PORTNAME=   Encode
PORTVERSION=    2.70
CATEGORIES= converters perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:DANKOGAI
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Provides interfaces between strings and the rest of the system

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

USES=       perl5
USE_PERL5=  configure

post-patch:
    @${REINPLACE_CMD} -e 's|bin/enc2xs||; s|bin/piconv||' ${WRKSRC}/Makefile.PL

regression-test:
    cd ${WRKSRC} && ${MAKE} test

.include <bsd.port.mk>