Date: Fri, 15 Mar 2013 06:28:27 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314255 - head/security/pear-HTML_Crypt Message-ID: <201303150628.r2F6SRCP096637@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Mar 15 06:28:27 2013 New Revision: 314255 URL: http://svnweb.freebsd.org/changeset/ports/314255 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/security/pear-HTML_Crypt/Makefile (contents, props changed) Modified: head/security/pear-HTML_Crypt/Makefile ============================================================================== --- head/security/pear-HTML_Crypt/Makefile Fri Mar 15 06:27:06 2013 (r314254) +++ head/security/pear-HTML_Crypt/Makefile Fri Mar 15 06:28:27 2013 (r314255) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pear-HTML_Crypt -# Date created: 2008-09-22 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= HTML_Crypt PORTVERSION= 1.3.4 @@ -12,11 +8,10 @@ CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Encrypts text which is later decoded using JavaScript on the client side -BUILD_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= HTML/Crypt.php -EXAMPLES= html-abc.php html-nojavascript.php html.php simple.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150628.r2F6SRCP096637>