1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/misc/p5-Locale-Msgcat/Makefile
Edwin Groothuis 52d1aebf32 new-port: misc/p5-Locale-Msgcat
This is Msgcat, a small Perl modules for systems which
	support the XPG4 message catalog functions : catopen(3),
	catgets(3) and catclose(4).

PR:		ports/46604
Submitted by:	Sebastien Gioria <gioria@FreeBSD.ORG>
2003-02-04 12:45:51 +00:00

22 lines
433 B
Makefile

# New ports collection makefile for: p5-Locale-Codes
# Date created: 28 December 2002
# Whom: Sebastien gioria <gioria@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Msgcat
PORTVERSION= 1.03
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
PKGNAMEPREFIX= p5-
MAINTAINER= gioria@FreeBSD.org
PERL_CONFIGURE= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>