1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/security/pear-Crypt_GPG/Makefile
Sunpoet Po-Chuan Hsieh 1230bae9a2 Update to 1.6.3
- Take maintainership

Changes:	https://pear.php.net/package/Crypt_GPG/download/
2019-10-27 11:30:35 +00:00

22 lines
430 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Crypt_GPG
PORTVERSION= 1.6.3
CATEGORIES= security www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= GNU Privacy Guard (GPG)
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_CommandLine>=1.1.10:devel/pear-Console_CommandLine@${PHP_FLAVOR}
USES= pear php
USE_PHP= mbstring posix
NO_ARCH= yes
.include <bsd.port.mk>