freebsd-ports/devel/p5-Module-List/Makefile
Philippe Audeoud 5d05686fd3 This module deals with the examination of the namespace of Perl modules.
WWW: http://search.cpan.org/dist/Module-List/

PR:		ports/124422
Submitted by:	Oleg A. Mamontov <oleg at mamontov.net>
Approved by:	tabthorpe (mentor)
2008-06-10 05:55:16 +00:00

21 lines
386 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.001
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= oleg@mamontov.net
COMMENT= Module 'directory' listing
PERL_CONFIGURE= yes
MAN3= Module::List.3
.include <bsd.port.mk>