freebsd-ports/textproc/pear-File_MARC/Makefile
Dmitry Marakasov 8105b3e725 - Update to 1.1.5
PR:		216438
Submitted by:	dbaio@bsd.com.br (maintainer)
2017-01-26 12:17:42 +00:00

22 lines
474 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= File_MARC
PORTVERSION= 1.1.5
CATEGORIES= textproc pear
MAINTAINER= dbaio@bsd.com.br
COMMENT= Parse, modify, and create MARC records
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= ISPN
ISPN_DESC= Validation class for ISPN (International Standard Product Numbers)
ISPN_RUN_DEPENDS= ${PEARDIR}/Validate/ISPN.php:textproc/pear-Validate_ISPN
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>