mirror of https://git.FreeBSD.org/ports.git
24 lines
515 B
Makefile
24 lines
515 B
Makefile
PORTNAME= Set-Object
|
|
PORTVERSION= 1.42
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to manage sets of objects
|
|
WWW= https://metacpan.org/release/Set-Object
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= p5-Moose>=0:devel/p5-Moose \
|
|
p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Set/Object/Object.so
|
|
|
|
.include <bsd.port.mk>
|