mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5190f14f8d
- Fix COMMENT - Trim header
27 lines
524 B
Makefile
27 lines
524 B
Makefile
# 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
|
|
|
|
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>
|