aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-File_MARC/Makefile
blob: 28bff66e926feef94c740a96a26b16a33b3e8395 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	File_MARC
PORTVERSION=	1.2.0
CATEGORIES=	textproc pear

MAINTAINER=	dbaio@FreeBSD.org
COMMENT=	Parse, modify, and create MARC records

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=	pear
NO_ARCH=	yes

OPTIONS_DEFINE=	ISPN

ISPN_DESC=	Validation class for ISPN (International Standard Product Numbers)
ISPN_RUN_DEPENDS=	${PEARDIR}/Validate/ISPN.php:textproc/pear-Validate_ISPN@${PHP_FLAVOR}

.include <bsd.port.mk>