07139890c9
PR: 288020
27 lines
555 B
Makefile
27 lines
555 B
Makefile
PORTNAME= Object-Role
|
|
PORTVERSION= 0.001
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl base class for non-Moose roles
|
|
WWW= https://metacpan.org/release/TOBYINK/Object-Role-0.001
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Sub-Name>=0:devel/p5-Sub-Name
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
# Remove old, broken, bundled Scalar::Util
|
|
post-extract:
|
|
${RM} -rf ${WRKSRC}/inc/Scalar
|
|
|
|
.include <bsd.port.mk>
|