8105b3e725
PR: 216438 Submitted by: dbaio@bsd.com.br (maintainer)
22 lines
474 B
Makefile
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>
|