svn commit: r319308 - head/devel/pear-Date_Holidays_Austria
Martin Wilke
miwi at FreeBSD.org
Tue May 28 14:05:25 UTC 2013
Author: miwi
Date: Tue May 28 14:05:24 2013
New Revision: 319308
URL: http://svnweb.freebsd.org/changeset/ports/319308
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Deleted:
head/devel/pear-Date_Holidays_Austria/pkg-plist
Modified:
head/devel/pear-Date_Holidays_Austria/Makefile (contents, props changed)
Modified: head/devel/pear-Date_Holidays_Austria/Makefile
==============================================================================
--- head/devel/pear-Date_Holidays_Austria/Makefile Tue May 28 13:52:49 2013 (r319307)
+++ head/devel/pear-Date_Holidays_Austria/Makefile Tue May 28 14:05:24 2013 (r319308)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: pear-Date_Holidays_Austria
-# Date created: 2008-06-04
-# Whom: Thomas Abthorpe <tabthorpe at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= Date_Holidays_Austria
PORTVERSION= 0.1.4
@@ -13,13 +8,9 @@ MAINTAINER= miwi at FreeBSD.org
COMMENT= Driver based class to calculate holidays in Austria
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
-CATEGORY= Date
-FILES= Holidays/Driver/Austria.php
-TESTS= Date_Holidays_Driver_Austria_TestSuite.php
-
-PLIST_SUB= PORTVERSION=${PORTVERSION}
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-head
mailing list