freebsd-ports/security/pear-Crypt_CHAP/Makefile

21 lines
493 B
Makefile
Raw Normal View History

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Crypt_CHAP
2011-02-27 14:57:02 +01:00
PORTVERSION= 1.5.0
CATEGORIES= security www pear
2009-12-01 22:46:50 +01:00
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class for generating CHAP packets
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= mcrypt mhash
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>