diff options
-rw-r--r-- | misc/p5-Locale-Msgcat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/p5-Locale-Msgcat/Makefile b/misc/p5-Locale-Msgcat/Makefile index fb97fe46fa3b..9208fcf22996 100644 --- a/misc/p5-Locale-Msgcat/Makefile +++ b/misc/p5-Locale-Msgcat/Makefile @@ -11,12 +11,12 @@ CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Locale PKGNAMEPREFIX= p5- -MAN3= Locale::Msgcat.3 MAINTAINER= gioria@FreeBSD.org -COMMENT= A small Perl module for systems to support the XPG4 message catalog functions +COMMENT= Perl module for systems to support the XPG4 message catalog functions -PERL_CONFIGURE= YES +MAN3= Locale::Msgcat.3 +PERL_CONFIGURE= YES .include <bsd.port.mk> |