26f58ed1c0
and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
23 lines
485 B
Makefile
23 lines
485 B
Makefile
# Created by: Erwin Lansing <erwin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Locale-libintl
|
|
PORTVERSION= 1.24
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= libintl-perl-${PORTVERSION}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Internationalization library for Perl
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= gettext perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so
|
|
|
|
.include <bsd.port.mk>
|