mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
fabadfe872
- Take maintainership
28 lines
713 B
Makefile
28 lines
713 B
Makefile
# Created by: Antonio Carlos Venancio Junior <antonio@inf.ufsc.br>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File_Passwd
|
|
PORTVERSION= 1.1.7
|
|
CATEGORIES= security pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR class to manipulate many kinds of password files
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
LATEST_LINK= pear-File_Passwd
|
|
OPTIONS_DEFINE= PEAR_CRYPT_CHAP
|
|
PEAR_CRYPT_CHAP_DESC= PEAR::Crypt_CHAP support
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PORT_OPTIONS:MPEAR_CRYPT_CHAP}
|
|
RUN_DEPENDS+= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP
|
|
.endif
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|