e13515f304
Approved by: portmgr@ (bapt@)
23 lines
440 B
Makefile
23 lines
440 B
Makefile
# New ports collection makefile for: p5-Module-List
|
|
# Date created: 2008-06-09
|
|
# Whom: Oleg A. Mamontov <oleg@mamontov.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Module-List
|
|
PORTVERSION= 0.003
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= oleg@mamontov.net
|
|
COMMENT= Module 'directory' listing
|
|
|
|
RUN_DEPENDS= p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Module::List.3
|
|
|
|
.include <bsd.port.mk>
|