aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-OOTools/Makefile
blob: 08a1fc3066ddbf06c4f0b3764c35e5db2714163d (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
24
25
26
27
# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$

PORTNAME=   OOTools
PORTVERSION=    2.21
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:DOMIZIO
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl module collection to easily create constructors methods

USES=       perl5
USE_PERL5=  configure

MAN3=       Class::constr.3 \
        Class::groups.3 \
        Class::props.3  \
        Class::Util.3   \
        Class::Error.3  \
        Object::groups.3 \
        Object::props.3 \
        Package::groups.3 \
        Package::props.3

.include <bsd.port.mk>