freebsd-ports/devel/p5-Module-CoreList/Makefile
Lars Thegler 3eb686f770 - Update to 2.57
- Cleanup Makefile as the lowest supported Perl release is 5.8.9 now

Changes:        http://search.cpan.org/dist/Module-CoreList/Changes

PR:		ports/161861
Submitted by:	sunpoet
2011-10-21 07:21:05 +00:00

27 lines
549 B
Makefile

# New ports collection makefile for: devel/p5-Module-CoreList
# Date created: Aug 27 2003
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#
PORTNAME= Module-CoreList
PORTVERSION= 2.57
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= See what modules shipped with versions of perl
PERL_CONFIGURE= yes
MAN3= Module::CoreList.3
post-patch:
@${REINPLACE_CMD} -e '/corelist/d' ${WRKSRC}/Makefile.PL
regression-test: build
cd ${WRKSRC}/ && ${MAKE} test
.include <bsd.port.mk>