ports/textproc/sxml/Makefile
Daniel Engberg d278c48e79 textproc/sxml: Deprecate and set expiration date to 2025-04-30
No consumers in tree and no active development upstream for over a decade

PR:		285440
Reviewed by:	takefu <takefu@airport.fm> (maintainer)
2025-03-24 20:36:14 +01:00

24 lines
557 B
Makefile

PORTNAME= sxml
PORTVERSION= 1.0.7
CATEGORIES= textproc
MASTER_SITES= http://www.MysticWALL.COM/download/
MAINTAINER= takefu@airport.fm
COMMENT= Skimpy XML parsing and grafting library for C language
WWW= http://www.MysticWALL.COM/software/sxml/index.html
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= No consumers in tree and no active development upstream for over a decade
EXPIRATION_DATE=2025-04-30
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= tar:bzip2
do-test:
cd ${BUILD_WRKSRC}/examples && ${MAKE} all
.include <bsd.port.mk>