mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
24 lines
566 B
Makefile
24 lines
566 B
Makefile
PORTNAME= Lingua-Conjunction
|
|
PORTVERSION= 2.7
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Convert Perl lists into linguistic conjunctions
|
|
WWW= https://metacpan.org/release/Lingua-Conjunction
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= p5-Test-DescribeMe>=0:devel/p5-Test-DescribeMe \
|
|
p5-Test-Most>=0:devel/p5-Test-Most \
|
|
p5-Test-Needs>=0:devel/p5-Test-Needs \
|
|
p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|