22 lines
441 B
Makefile
22 lines
441 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.15
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= See what modules shipped with versions of perl
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= corelist.1
|
|
MAN3= Module::CoreList.3
|
|
|
|
.include <bsd.port.mk>
|