mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
6ae07e8095
PR: 216764 Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer)
22 lines
436 B
Makefile
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>
|