blob: be4e156ad50178dc08812b4bc80cf36e5b456b56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
BROKEN= does not build
PERL_CONFIGURE= yes
MAN3= Module::List.3
.include <bsd.port.mk>
|