svn commit: r314739 - head/sysutils/pear-File_Fstab
Wen Heping
wen at FreeBSD.org
Wed Mar 20 15:12:03 UTC 2013
Author: wen
Date: Wed Mar 20 15:12:02 2013
New Revision: 314739
URL: http://svnweb.freebsd.org/changeset/ports/314739
Log:
- Convert to PEAR_AUTOINSTALL
- Trim Makefile headers
- Pass maintainership to miwi@
Modified:
head/sysutils/pear-File_Fstab/Makefile
Modified: head/sysutils/pear-File_Fstab/Makefile
==============================================================================
--- head/sysutils/pear-File_Fstab/Makefile Wed Mar 20 14:35:10 2013 (r314738)
+++ head/sysutils/pear-File_Fstab/Makefile Wed Mar 20 15:12:02 2013 (r314739)
@@ -1,26 +1,19 @@
-# Ports collection makefile for: pear-File_Fstab
-# Date created: 09 March 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= File_Fstab
PORTVERSION= 2.0.3
CATEGORIES= sysutils devel pear
-MAINTAINER= wen at FreeBSD.org
+MAINTAINER= miwi at FreeBSD.org
COMMENT= PEAR class to read and write fstab files
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-PEAR_CATSRC= yes
+#PEAR_CATSRC= yes
-CATEGORY= File
-FILES= Fstab.php Fstab/Entry.php
-EXAMPLES= example.php
-_EXAMPLESDIR= .
+PEAR_AUTOINSTALL= yes
post-extract:
.for file in ${FILES}
More information about the svn-ports-head
mailing list