freebsd-ports/devel/p5-Module-CoreList/Makefile
Lars Thegler b03fd696a5 Update to 1.96
PR:		69774
Approved by:	maintainer timeout (2 weeks)
2004-08-12 19:32:34 +00:00

26 lines
598 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= 1.96
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
PKGNAMEPREFIX= p5-
MAINTAINER= autrijus@autrijus.org
COMMENT= See what modules shipped with versions of perl
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN1= corelist.1
MAN3= Module::CoreList.3
.include <bsd.port.mk>