freebsd-ports/devel/p5-Class-AutoClass/Makefile
Sergey Matveychuk 7dd1b9a970 Remove condition on dependence on p5-Data-Dumper.
Requested by:	tobez
2004-12-01 12:00:23 +00:00

25 lines
658 B
Makefile

# vim:ts=8
# New ports collection makefile for: p5-Class-AutoClass
# Date created: 25 November 2004
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
#
# $FreeBSD$
#
PORTNAME= Class-AutoClass
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Automatically define simple get and set methods in an inheritance structure
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
PERL_CONFIGURE= yes
MAN3= Class::AutoClass::Root.3 Class::AutoClass.3 Class::AutoClass::Args.3
.include <bsd.port.mk>