aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-13 17:47:05 +0800
committermiwi <miwi@FreeBSD.org>2013-05-13 17:47:05 +0800
commit402c31a2d49684f40c469651fe16d5da582aa872 (patch)
treeebe2a1bb6b41946a7692b291be11b27dd6bca716 /net
parent570254f0a5673ed55aa1847a15b535cbce8cf98f (diff)
downloadfreebsd-ports-gnome-402c31a2d49684f40c469651fe16d5da582aa872.tar.gz
freebsd-ports-gnome-402c31a2d49684f40c469651fe16d5da582aa872.tar.zst
freebsd-ports-gnome-402c31a2d49684f40c469651fe16d5da582aa872.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'net')
-rw-r--r--net/pear-Net_CDDB/Makefile26
1 files changed, 5 insertions, 21 deletions
diff --git a/net/pear-Net_CDDB/Makefile b/net/pear-Net_CDDB/Makefile
index 42453360f0af..262487578085 100644
--- a/net/pear-Net_CDDB/Makefile
+++ b/net/pear-Net_CDDB/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_CDDB
-# Date created: 2006/08/14
-# Whom: chinsan <chinsan.tw@gmail.com>
-#
+# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
-#
PORTNAME= Net_CDDB
PORTVERSION= 0.3.0
@@ -15,24 +11,12 @@ COMMENT= PEAR class that access and query CDDB audio-CD servers
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
+ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
+ ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
USE_DOS2UNIX= yes
-
-CATEGORY= Net
-FILES= CDDB/Protocol/Cddbp.php CDDB/Protocol/Filesystem.php \
- CDDB/Protocol/Http.php CDDB/Protocol/Mdb2.php \
- CDDB/Reader/cddiscid.php CDDB/Reader/cdparanoia.php \
- CDDB/Reader/test.php CDDB/Request/Http.php CDDB/Client.php \
- CDDB/Disc.php CDDB/Protocol.php CDDB/Request.php \
- CDDB/Server.php CDDB/Track.php CDDB/Utilities.php CDDB.php
-DOCS= CDDB_example_output.txt CDDB_fileformat.txt CDDB_notes.txt \
- CDDB_protocol.txt CDDB_record.txt
-TESTS= CDDBTest.php CDDBTest_CDDBP.php CDDBTest_Filesystem.php \
- CDDBTest_HTTP.php CDDBTest_MDB2.php
-EXAMPLES= CDDB_client_example.php CDDB_Mdb2_Import.php \
- CDDB_misc_example.php CDDB_server_example.php
-_EXAMPLESDIR= docs/examples
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"