mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
d6d3781046
- Pass maintainership to submitter PR: ports/189281 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
21 lines
399 B
Makefile
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>
|