1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/databases/p5-T2/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

35 lines
727 B
Makefile

# Created by: Scott McWhirter <scott@surreytech.co.uk>
# $FreeBSD$
PORTNAME= T2
PORTVERSION= 0.10
PORTREVISION= 3
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SAMV
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Object Relational mapping system
LICENSE= ART10 GPLv2
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Tangram>=0:devel/p5-Class-Tangram \
p5-DBI>=0:databases/p5-DBI \
p5-Set-Object>=0:devel/p5-Set-Object \
p5-Tangram>=0:databases/p5-Tangram
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e \
'/eval/s|^|# | ; \
/deploy/s|^|#| ; \
/print/s|^|#| ; \
/NOTESTS/s|^|#|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>