mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
1dcf992440
commit
5291484719
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358547
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= btparse
|
||||
PORTVERSION= 0.35
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:AMBS/${PORTNAME}
|
||||
@ -12,7 +13,7 @@ COMMENT= C library for parsing and processing BibTeX data files
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= perl5
|
||||
USES= perl5 libtool
|
||||
USE_PERL5= build
|
||||
|
||||
post-patch:
|
||||
|
@ -1,8 +1,8 @@
|
||||
bin/bibparse
|
||||
include/btparse.h
|
||||
lib/libbtparse.so.0.0.0
|
||||
lib/libbtparse.so.0
|
||||
lib/libbtparse.so
|
||||
lib/libbtparse.la
|
||||
lib/libbtparse.a
|
||||
libdata/pkgconfig/btparse.pc
|
||||
man/man3/btparse.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user