- Convert to PEAR_AUTOINSTALL
- Trim header
This commit is contained in:
parent
2e19277c2b
commit
fd96b84f3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314260
@ -1,9 +1,5 @@
|
|||||||
# New ports collection makefile for: pear-Crypt_XXTEA
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||||
# Date created: 2008-09-22
|
|
||||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Crypt_XXTEA
|
PORTNAME= Crypt_XXTEA
|
||||||
PORTVERSION= 0.9.0
|
PORTVERSION= 0.9.0
|
||||||
@ -12,12 +8,10 @@ CATEGORIES= security www pear
|
|||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= PEAR XXTEA encryption algorithm
|
COMMENT= PEAR XXTEA encryption algorithm
|
||||||
|
|
||||||
BUILD_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||||
RUN_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||||
|
|
||||||
FILES= Crypt/XXTEA.php
|
PEAR_AUTOINSTALL= yes
|
||||||
TESTS= decrypt.phpt encrypt.phpt long2str.phpt setkey.phpt \
|
|
||||||
str2long.phpt
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||||
|
Loading…
Reference in New Issue
Block a user