1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/security/pear-Crypt_GPG/Makefile
Carlos J. Puga Medina 6ae07e8095 - Update to 1.4.3
PR:		216764
Submitted by:	Demetris Procopiou <dem.procopiou@gmail.com> (maintainer)
2017-02-04 12:47:04 +00:00

22 lines
436 B
Makefile

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