http://cpansearch.perl.org/src/ETHER/MooseX-Role-WithOverloading-0.14/Changes - Fixed a bug with Perl 5.18+ that caused this module to simply blow up with an error like "Use of uninitialized value in subroutine entry at .../Class/MOP/Package.pm ..." (Dave Rolsky) - Line numbers in shipped code are now almost the same (within 3) as the repository source, for easier debugging - Unneeded init_meta method removed (Dave Rolsky)
27 lines
778 B
Makefile
27 lines
778 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MooseX-Role-WithOverloading
|
|
PORTVERSION= 0.14
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ETHER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Roles which support overloading
|
|
|
|
BUILD_DEPENDS= p5-Moose>=1.15:${PORTSDIR}/devel/p5-Moose \
|
|
p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
|
|
p5-aliased>=0:${PORTSDIR}/devel/p5-aliased \
|
|
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \
|
|
p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-stage:
|
|
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/MooseX/Role/WithOverloading/WithOverloading.so
|
|
|
|
.include <bsd.port.mk>
|