mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
- Update USE_BDB
- Strip shared library - Bump PORTREVISION for package change
This commit is contained in:
parent
82dac9d840
commit
1f44e3d0a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410254
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= BerkeleyDB
|
||||
PORTVERSION= 0.55
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -17,8 +18,8 @@ TEST_DEPENDS= p5-MLDBM>=0:${PORTSDIR}/databases/p5-MLDBM \
|
||||
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
USES= perl5 shebangfix
|
||||
USE_BDB= yes
|
||||
USE_PERL5= configure
|
||||
USE_BDB= 47+
|
||||
|
||||
SHEBANG_FILES= mkconsts.pl
|
||||
|
||||
@ -27,4 +28,7 @@ post-patch:
|
||||
@${ECHO} "LIB = ${LOCALBASE}/lib" >> ${WRKSRC}/config.in
|
||||
@${ECHO} "DBNAME = -l${BDB_LIB_NAME}" >> ${WRKSRC}/config.in
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/BerkeleyDB/BerkeleyDB.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user