svn commit: r463311 - head/databases/p5-DR-Tarantool
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Mar 1 13:35:09 UTC 2018
Author: sunpoet
Date: Thu Mar 1 13:35:05 2018
New Revision: 463311
URL: https://svnweb.freebsd.org/changeset/ports/463311
Log:
Add missing *_DEPENDS
- Strip shared library
- Add CPAN as primary WWW
- Bump PORTREVISION for dependency and package change
- Take maintainership
Modified:
head/databases/p5-DR-Tarantool/Makefile
head/databases/p5-DR-Tarantool/pkg-descr
Modified: head/databases/p5-DR-Tarantool/Makefile
==============================================================================
--- head/databases/p5-DR-Tarantool/Makefile Thu Mar 1 13:35:00 2018 (r463310)
+++ head/databases/p5-DR-Tarantool/Makefile Thu Mar 1 13:35:05 2018 (r463311)
@@ -3,17 +3,27 @@
PORTNAME= DR-Tarantool
PORTVERSION= 0.44
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:UNERA
PKGNAMEPREFIX= p5-
-MAINTAINER= perl at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Perl driver for Tarantool
LICENSE= ART10
+BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \
+ p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \
+ p5-JSON-XS>=0:converters/p5-JSON-XS \
+ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
USES= perl5
USE_PERL5= configure
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DR/Tarantool/Tarantool.so
.include <bsd.port.mk>
Modified: head/databases/p5-DR-Tarantool/pkg-descr
==============================================================================
--- head/databases/p5-DR-Tarantool/pkg-descr Thu Mar 1 13:35:00 2018 (r463310)
+++ head/databases/p5-DR-Tarantool/pkg-descr Thu Mar 1 13:35:05 2018 (r463311)
@@ -1,7 +1,8 @@
This module provides a synchronous and asynchronous driver for Tarantool.
The driver does not have external dependencies, but includes the official
-light-weight Tarantool C client (a single C header which implements all
-protocol formatting) for packing requests and unpacking server responses.
+light-weight Tarantool C client (a single C header which implements all protocol
+formatting) for packing requests and unpacking server responses.
+WWW: http://search.cpan.org/dist/DR-Tarantool/
WWW: https://github.com/dr-co/dr-tarantool
More information about the svn-ports-all
mailing list