1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/misc/p5-Locale-Msgcat/Makefile
Sunpoet Po-Chuan Hsieh d6d3781046 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189281
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:41:12 +00:00

21 lines
399 B
Makefile

# Created by: Sebastien gioria <gioria@FreeBSD.org>
# $FreeBSD$
PORTNAME= Msgcat
PORTVERSION= 1.03
CATEGORIES= misc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Locale
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl module for systems to support the XPG4 message catalog functions
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>