aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-File_MARC
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-03-17 14:43:34 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-03-17 14:43:34 +0000
commit5415855f925cce1fb046dc9cd3ad87bd0aa67250 (patch)
treec9a3b025eacc65cf8afe994dbec747b6af16855a /textproc/pear-File_MARC
parentf769ff9546260e58599e95a08aae72e10055fe55 (diff)
downloadports-5415855f925cce1fb046dc9cd3ad87bd0aa67250.tar.gz
ports-5415855f925cce1fb046dc9cd3ad87bd0aa67250.zip
Notes
Diffstat (limited to 'textproc/pear-File_MARC')
-rw-r--r--textproc/pear-File_MARC/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/pear-File_MARC/Makefile b/textproc/pear-File_MARC/Makefile
index 7d737175a6ce..28bff66e926f 100644
--- a/textproc/pear-File_MARC/Makefile
+++ b/textproc/pear-File_MARC/Makefile
@@ -11,12 +11,12 @@ 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}
-USES= pear
-NO_ARCH= yes
-
.include <bsd.port.mk>