freebsd-ports/textproc/p5-Net-IDN-Encode/Makefile
Muhammad Moinur Rahman 4f21ac941b SITE_ARCH is based on LOCALBASE. Have to use PREFIX/SITE_ARCH_REL.
STRIP_CMD will fail if built as regular user.

Differential Revision:	https://reviews.freebsd.org/D1437
Submitted by:	sunpoet
Approved by:	marino(mentor)
2015-01-08 14:09:09 +00:00

24 lines
550 B
Makefile

# Created by: Timur Bakeyev <bat@cpan.org>
# $FreeBSD$
PORTNAME= Net-IDN-Encode
PORTVERSION= 2.201
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Internationalizing Domain Names in Applications (RFC 3490)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
USES= perl5
USE_PERL5= modbuild
post-stage:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/IDN/Punycode/Punycode.so
.include <bsd.port.mk>