aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Statement/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2016-07-06 08:44:10 +0000
committerLars Thegler <lth@FreeBSD.org>2016-07-06 08:44:10 +0000
commitc1965e4bba8c3113fb4233ab5b9b94977b0c8efc (patch)
treec9b9d8350a1b6fe94fb67856936994199cc731a2 /databases/p5-SQL-Statement/Makefile
parent9261c67618fd60e91e45f8ff7179c3817b660904 (diff)
downloadports-c1965e4bba8c3113fb4233ab5b9b94977b0c8efc.tar.gz
ports-c1965e4bba8c3113fb4233ab5b9b94977b0c8efc.zip
- Update to 1.410
- Add LICENSE - Disperse maintainership
Notes
Notes: svn path=/head/; revision=418122
Diffstat (limited to 'databases/p5-SQL-Statement/Makefile')
-rw-r--r--databases/p5-SQL-Statement/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/p5-SQL-Statement/Makefile b/databases/p5-SQL-Statement/Makefile
index f9b4def8905d..02902c419416 100644
--- a/databases/p5-SQL-Statement/Makefile
+++ b/databases/p5-SQL-Statement/Makefile
@@ -2,14 +2,17 @@
# $FreeBSD$
PORTNAME= SQL-Statement
-PORTVERSION= 1.407
+PORTVERSION= 1.410
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= lth@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for SQL parsing and processing
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= p5-Clone>=0.30:devel/p5-Clone \
p5-Params-Util>=1.00:devel/p5-Params-Util
BUILD_DEPENDS:= ${RUN_DEPENDS}