06b5a03aed
- Add NO_ARCH - Remove outdated post-patch: Changes: https://metacpan.org/changes/distribution/Lingua-EN-NameCase
22 lines
400 B
Makefile
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>
|