freebsd-ports/devel/p5-Object-Container/Makefile

28 lines
675 B
Makefile

PORTNAME= Object-Container
PORTVERSION= 0.16
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple object container
WWW= https://metacpan.org/release/Object-Container
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Module-Build-Pluggable>=0:devel/p5-Module-Build-Pluggable \
p5-Module-Build-Pluggable-CPANfile>=0.05:devel/p5-Module-Build-Pluggable-CPANfile \
${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor
TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
PORTSCOUT= limit:^[0-9]*.[0-9][0-9]$$
.include <bsd.port.mk>