svn commit: r318097 - head/devel/pear-Validate_Finance
Martin Wilke
miwi at FreeBSD.org
Mon May 13 14:39:41 UTC 2013
Author: miwi
Date: Mon May 13 14:39:41 2013
New Revision: 318097
URL: http://svnweb.freebsd.org/changeset/ports/318097
Log:
- Trim header
- Convert to PEAR_AUTOINSTALL
Modified:
head/devel/pear-Validate_Finance/Makefile (contents, props changed)
Modified: head/devel/pear-Validate_Finance/Makefile
==============================================================================
--- head/devel/pear-Validate_Finance/Makefile Mon May 13 14:39:16 2013 (r318096)
+++ head/devel/pear-Validate_Finance/Makefile Mon May 13 14:39:41 2013 (r318097)
@@ -1,25 +1,17 @@
-# Ports collection makefile for: pear-Validate
-# Date created: 8 November 2006
-# Whom: Anish Mistry (<amistry at am-productions.biz>)
-#
+# Created by: Anish Mistry (<amistry at am-productions.biz>)
# $FreeBSD$
-#
PORTNAME= Validate_Finance
PORTVERSION= 0.5.6
CATEGORIES= devel www pear
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= miwi at FreeBSD.org
COMMENT= PEAR Finance Validation class
BUILD_DEPENDS= pear-Validate>=0.5.0:${PORTSDIR}/devel/pear-Validate
RUN_DEPENDS= pear-Validate>=0.5.0:${PORTSDIR}/devel/pear-Validate
-FILES= Validate/Finance.php \
- Validate/Finance/IBAN.php \
- Validate/Finance/ISIN.php
-
-TESTS= validate_Finance.phpt validate_ISIN.phpt
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-all
mailing list