freebsd-ports/devel/p5-Class-Tangram/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

25 lines
591 B
Makefile

# Created by: Sergey Skvortsov <skv@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-Tangram
PORTVERSION= 1.57
PORTREVISION= 1
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:devel/p5-Set-Object \
p5-Date-Manip>=0:devel/p5-Date-Manip \
p5-Tangram>=0:databases/p5-Tangram
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -i '' -e 's|\@|\\@|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>