freebsd-ports/devel/p5-Module-List/Makefile
Andrej Zverev d6e7af1f52 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-09 09:45:12 +00:00

20 lines
370 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= modbuild
MAN3= Module::List.3
.include <bsd.port.mk>