freebsd-ports/devel/p5-Locale-Maketext-Lexicon/Makefile
Sunpoet Po-Chuan Hsieh 3a4a1a6970 Remove Perl core modules
- Update MASTER_SITES
- Add LICENSE_FILE
- Add NO_ARCH
- Remove unnecessary DOCS option
- Sort PLIST
- Bump PORTREVISION for dependency and package change
2017-07-21 17:29:30 +00:00

21 lines
393 B
Makefile

# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$
PORTNAME= Locale-Maketext-Lexicon
PORTVERSION= 1.00
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Use other catalog formats in Locale::Maketext
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>