aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-15 00:09:04 +0800
committermiwi <miwi@FreeBSD.org>2013-05-15 00:09:04 +0800
commitc829476ef188fdefd4175911812cd5cfab6a6594 (patch)
tree5b83aae0464d61d1fb6719161dcee44bcbdb4d78 /databases
parent08b55b80340322de8185b1d37b7a269cf0e0e307 (diff)
downloadfreebsd-ports-gnome-c829476ef188fdefd4175911812cd5cfab6a6594.tar.gz
freebsd-ports-gnome-c829476ef188fdefd4175911812cd5cfab6a6594.tar.zst
freebsd-ports-gnome-c829476ef188fdefd4175911812cd5cfab6a6594.zip
- Update MASTER_SITES
- Add Licence - Trim header PR: 178577 Submitted by: Ports Fury
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-T2/Makefile18
1 files changed, 12 insertions, 6 deletions
diff --git a/databases/p5-T2/Makefile b/databases/p5-T2/Makefile
index 45b4ccecb3ef..77689c21b651 100644
--- a/databases/p5-T2/Makefile
+++ b/databases/p5-T2/Makefile
@@ -1,21 +1,20 @@
-# New ports collection makefile for: p5-T2
-# Date created: 19 January 2004
-# Whom: Scott McWhirter <scott@surreytech.co.uk>
-#
+# Created by: Scott McWhirter <scott@surreytech.co.uk>
# $FreeBSD$
-#
PORTNAME= T2
PORTVERSION= 0.10
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= Tangram/SAMV
+MASTER_SITE_SUBDIR= CPAN:SAMV
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Object Relational mapping system
+LICENSE= ART10 GPLv2
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-Tangram>=0:${PORTSDIR}/databases/p5-Tangram \
@@ -27,4 +26,11 @@ PERL_CONFIGURE= yes
MAN3= T2.3 T2::Association.3 T2::Attribute.3 T2::Class.3 \
T2::DBSetup.3 T2::Method.3 T2::Schema.3 T2::Storage.3
+post-patch:
+ @${REINPLACE_CMD} -e \
+ '/eval/s|^|# | ; \
+ /deploy/s|^|#| ; \
+ /print/s|^|#| ; \
+ /NOTESTS/s|^|#|' ${WRKSRC}/Makefile.PL
+
.include <bsd.port.mk>