freebsd-ports/devel/p5-OOTools/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

30 lines
613 B
Makefile

# 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>