blob: 932ab892d5fb0524a4775f3894508cbb567b3acc (
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
28
29
30
|
# New ports collection makefile for: OOTools
# Date created: July 22 2004
# Whom: 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= clsung@FreeBSD.org
COMMENT= A Perl module collection to easily create constructors methods
PERL_CONFIGURE= YES
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>
|