aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Locale-gettext/Makefile
blob: 5b293d8b384ee527a4fb3f86458586e70810adcb (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
# New ports collection makefile for:    p5-gettext
# Version required:     1.01
# Date created:         1 February 2000
# Whom:             Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#

DISTNAME=   gettext-1.01
PKGNAME=    p5-gettext-1.01
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale

MAINTAINER= dima@Chg.RU

USE_PERL5=  YES

MAN3=       Locale::gettext.3
MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

do-configure:
        @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL

.include <bsd.port.mk>