freebsd-ports/databases/p5-T2/Makefile
Adam Weinberger 2911cb77cc Reassign databases/ perl modules to perl@.
Also:
- Sort plists
- Sort DEPENDS
- Add TEST_DEPENDS where necessary
- p5-Class-DBI-DDL: switch to USE_PERL5=configure
- Remove unnecessary or unusual stuff from pkg-descr's
- Regenerate patches using makepatch where necessary
- Based on the description from p5-DBIx-Password (most of which I've
  excised), it isn't clear whether this module even works when it's
  built non-interactive
- p5-DBIx-Simple: Make all the OPTIONS dependencies BUILD_DEPENDS
  as well
- p5-T2: Fails 'make test' (as it did before). The module isn't even
  present on CPAN or Meta::CPAN, and should probably be considered
  for deletion
2015-05-09 16:50:00 +00:00

34 lines
775 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:${PORTSDIR}/devel/p5-Class-Tangram \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
p5-Tangram>=0:${PORTSDIR}/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>