diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pear-File_MARC/Makefile | 13 | ||||
-rw-r--r-- | textproc/pear-File_MARC/distinfo | 5 |
2 files changed, 14 insertions, 4 deletions
diff --git a/textproc/pear-File_MARC/Makefile b/textproc/pear-File_MARC/Makefile index d3b6fccb5519..9b8d720a65b0 100644 --- a/textproc/pear-File_MARC/Makefile +++ b/textproc/pear-File_MARC/Makefile @@ -2,12 +2,21 @@ # $FreeBSD$ PORTNAME= File_MARC -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= textproc pear -MAINTAINER= ports@FreeBSD.org +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> diff --git a/textproc/pear-File_MARC/distinfo b/textproc/pear-File_MARC/distinfo index 456ddbcbd42f..b97d50034f63 100644 --- a/textproc/pear-File_MARC/distinfo +++ b/textproc/pear-File_MARC/distinfo @@ -1,2 +1,3 @@ -SHA256 (PEAR/File_MARC-1.1.2.tgz) = 77fe923393410a409224c82a069351e0adb94db8e8da8eb4cfd1b59483c21e09 -SIZE (PEAR/File_MARC-1.1.2.tgz) = 94046 +TIMESTAMP = 1472677005 +SHA256 (PEAR/File_MARC-1.1.3.tgz) = 981aca87d12d496867ee20880528d1661543e61ac3d5ed9c9a4afc0f32011eba +SIZE (PEAR/File_MARC-1.1.3.tgz) = 94433 |