svn commit: r477467 - head/databases/p5-BSON-XS
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 18 00:43:57 UTC 2018
Author: sunpoet
Date: Sat Aug 18 00:43:56 2018
New Revision: 477467
URL: https://svnweb.freebsd.org/changeset/ports/477467
Log:
Fix order
Notified by: mat
Modified:
head/databases/p5-BSON-XS/Makefile
Modified: head/databases/p5-BSON-XS/Makefile
==============================================================================
--- head/databases/p5-BSON-XS/Makefile Sat Aug 18 00:14:34 2018 (r477466)
+++ head/databases/p5-BSON-XS/Makefile Sat Aug 18 00:43:56 2018 (r477467)
@@ -23,9 +23,10 @@ TEST_DEPENDS= p5-JSON-MaybeXS>=0:converters/p5-JSON-Ma
p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Tie-IxHash>=0:devel/p5-Tie-IxHash
-CFLAGS+= -DBSON_COMPILATION
-USE_PERL5= configure
USES= perl5 gmake
+USE_PERL5= configure
+
+CFLAGS+= -DBSON_COMPILATION
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/BSON/XS/XS.so
More information about the svn-ports-all
mailing list