freebsd-ports/textproc/p5-Lingua-EN-NameCase/Makefile
Sunpoet Po-Chuan Hsieh 06b5a03aed Update to 1.21
- Add NO_ARCH
- Remove outdated post-patch:

Changes:	https://metacpan.org/changes/distribution/Lingua-EN-NameCase
2020-12-19 20:21:05 +00:00

22 lines
400 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Lingua-EN-NameCase
PORTVERSION= 1.21
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to fix the case of people's names
LICENSE= ART20
TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>