freebsd-ports/security/pear-Crypt_GPG/Makefile

20 lines
445 B
Makefile
Raw Normal View History

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Crypt_GPG
2011-11-06 15:51:41 +01:00
PORTVERSION= 1.3.2
CATEGORIES= security www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= GNU Privacy Guard (GPG)
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
2011-11-06 15:51:41 +01:00
USE_PHP= posix
PEAR_AUTOINSTALL=yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>