mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
19 lines
347 B
Makefile
19 lines
347 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
|
|
|
|
.include <bsd.port.mk>
|