- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-03-15 06:37:11 +00:00
parent 2e19277c2b
commit fd96b84f3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314260

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pear-Crypt_XXTEA
# Date created: 2008-09-22
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Crypt_XXTEA
PORTVERSION= 0.9.0
@ -12,12 +8,10 @@ CATEGORIES= security www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR XXTEA encryption algorithm
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= Crypt/XXTEA.php
TESTS= decrypt.phpt encrypt.phpt long2str.phpt setkey.phpt \
str2long.phpt
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"