1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-03-15 02:30:52 +00:00
parent 81bf56a52e
commit a387dceec2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314230

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-Crypt_CHAP
# Date created: 09 March 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
#
PORTNAME= Crypt_CHAP
PORTVERSION= 1.5.0
@ -13,13 +9,11 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class for generating CHAP packets
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= mcrypt mhash
CATEGORY= Crypt
FILES= CHAP.php
TESTS= Crypt_CHAP.phpt
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"