diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-17 14:14:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-17 14:14:19 +0000 |
commit | e8b7762f08cd861c0d512d015304a0b25e79d7bb (patch) | |
tree | 9ac3b298ee49b88c72599d9071e2ee9aa12e918a /textproc/pear-File_MARC | |
parent | 341abe40f04cc9a044c1070be793a7c9c0404611 (diff) |
- Convert to PEAR_AUTOINSTALL
- Trim header
Notes
Notes:
svn path=/head/; revision=314443
Diffstat (limited to 'textproc/pear-File_MARC')
-rw-r--r-- | textproc/pear-File_MARC/Makefile | 55 |
1 files changed, 2 insertions, 53 deletions
diff --git a/textproc/pear-File_MARC/Makefile b/textproc/pear-File_MARC/Makefile index 7b0667acd2f4..7dda248b5953 100644 --- a/textproc/pear-File_MARC/Makefile +++ b/textproc/pear-File_MARC/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-File_MARC -# Date created: Feb 21, 2011 -# Whom: Wen Heping <wen@FreeBSD.org> -# +# Created by: Wen Heping <wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= File_MARC PORTVERSION= 0.7.1 @@ -12,54 +8,7 @@ CATEGORIES= textproc pear MAINTAINER= wen@FreeBSD.org COMMENT= Parse, modify, and create MARC records -FILES= File/MARC.php \ - File/MARCBASE.php \ - File/MARCXML.php \ - File/MARC/Control_Field.php \ - File/MARC/Data_Field.php \ - File/MARC/Exception.php \ - File/MARC/Field.php \ - File/MARC/List.php \ - File/MARC/Lint.php \ - File/MARC/Lint/CodeData.php \ - File/MARC/Record.php \ - File/MARC/Subfield.php -TESTS= bad_example.mrc bad_example.xml \ - bigarchive.xml \ - camel.mrc example.mrc \ - marc_001.phpt marc_002.phpt \ - marc_003.phpt marc_004.phpt \ - marc_005.phpt marc_006.phpt \ - marc_007.phpt marc_008.phpt \ - marc_009.phpt marc_010.phpt \ - marc_011.phpt marc_012.phpt \ - marc_013.phpt marc_014.phpt \ - marc_015.phpt marc_016.phpt \ - marc_017.phpt marc_018.phpt \ - marc_16783.phpt \ - marc_field_001.phpt marc_field_002.phpt \ - marc_field_003.phpt marc_field_004.phpt \ - marc_lint_001.phpt marc_lint_002.phpt \ - marc_lint_003.phpt marc_lint_004.phpt \ - marc_lint_005.phpt \ - marc_record_001.phpt \ - marc_subfield_001.phpt marc_subfield_002.phpt \ - marc_xml_001.phpt marc_xml_002.phpt \ - marc_xml_003.phpt marc_xml_004.phpt \ - marc_xml_005.phpt marc_xml_006.phpt \ - marc_xml_007.phpt marc_xml_008.phpt \ - marc_xml_009.phpt \ - marc_xml_16642.phpt \ - marc_xml_rsinger.phpt \ - music.mrc \ - music.xml \ - onerecord.xml \ - sandburg.mrc \ - sandburg.xml \ - skipif.inc \ - xmlescape.mrc -EXAMPLES= example.mrc marc_yaz.php \ - read.php subfields.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |