aa325c874c
Pointyhat to: myself
21 lines
385 B
Makefile
21 lines
385 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.002
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= oleg@mamontov.net
|
|
COMMENT= Module 'directory' listing
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Module::List.3
|
|
|
|
.include <bsd.port.mk>
|