diff --git a/textproc/btparse/Makefile b/textproc/btparse/Makefile index 40d417945b0a..7a87deba3c96 100644 --- a/textproc/btparse/Makefile +++ b/textproc/btparse/Makefile @@ -1,20 +1,23 @@ PORTNAME= btparse PORTVERSION= 0.35 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:AMBS/${PORTNAME} +MASTER_SITE_SUBDIR= CPAN:AMBS/btparse MAINTAINER= perl@FreeBSD.org COMMENT= C library for parsing and processing BibTeX data files -WWW= http://www.gerg.ca/software/btOOL +WWW= https://www.gerg.ca/software/btOOL/ + +USES= libtool pathfix perl5 +USE_PERL5= build GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes -USES= perl5 libtool pathfix -USE_PERL5= build CONFLICTS_INSTALL= p5-Text-BibTeX # bin/bibparse +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbtparse.so + .include