aboutsummaryrefslogtreecommitdiff
path: root/databases/libdbi/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 02:17:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 02:17:20 +0000
commitedb017a1532d8486fe27ed1a90b3e27f5d009ead (patch)
treef97404645d19aa1f2b1bb5824f67227108110bd4 /databases/libdbi/Makefile
parent2ce4c05d2aee30a8af09302d2204f21ecf3c15e0 (diff)
downloadports-edb017a1532d8486fe27ed1a90b3e27f5d009ead.tar.gz
ports-edb017a1532d8486fe27ed1a90b3e27f5d009ead.zip
- Add LICENSE
- Strip library
Notes
Notes: svn path=/head/; revision=389822
Diffstat (limited to 'databases/libdbi/Makefile')
-rw-r--r--databases/libdbi/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile
index b31ac501c248..829ba5c85503 100644
--- a/databases/libdbi/Makefile
+++ b/databases/libdbi/Makefile
@@ -3,15 +3,19 @@
PORTNAME= libdbi
PORTVERSION= 0.9.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Database Independent Abstraction Layer for C
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USES= libtool pathfix
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS