freebsd-ports/devel/p5-Locale-gettext/Makefile
Jimmy Olgeni e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00

26 lines
572 B
Makefile

# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$
PORTNAME= Locale-gettext
PORTVERSION= 1.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME:C/.*-//}-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Message handling functions
LICENSE= ARTPERL10 GPLv2
LICENSE_COMB= dual
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
USES= gettext perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext/gettext.so
.include <bsd.port.mk>