freebsd-ports/devel/p5-Class-AutoClass/Makefile
Sergey Matveychuk 6387140db2 [new port] devel/p5-Class-AutoClass
PR:		ports/74383
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
2004-11-26 00:58:23 +00:00

33 lines
828 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
PERL_CONFIGURE= yes
MAN3= Class::AutoClass::Root.3 Class::AutoClass.3 Class::AutoClass::Args.3
#NOMANCOMPRESS= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later.
.endif
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
.endif
.include <bsd.port.post.mk>