30 lines
758 B
Makefile
30 lines
758 B
Makefile
# New ports collection makefile for: Class-Tangram
|
|
# Date created: 08 April 2002
|
|
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Tangram
|
|
PORTVERSION= 1.57
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Create constructors, accessor, update methods for objects from Tangram
|
|
|
|
BUILD_DEPENDS= p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
|
|
p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
|
|
p5-Tangram>=0:${PORTSDIR}/databases/p5-Tangram
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Tangram.3 Class::Tangram::Containers.3 \
|
|
Class::Tangram::Generator.3
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's/\@/\\@/' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|