blob: a9c77d5e70868421a4fcba439fbca0460b2f69a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Ports collection makefile for: pear-Crypt_GPG
# Date created: 14 Jan 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Crypt_GPG
PORTVERSION= 0.3.11
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
CATEGORY= Crypt
FILES= GPG.php GPG/Exceptions.php GPG/Key.php \
GPG/Signature.php GPG/Driver/Php.php
TESTS= PhpDriver.php test.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|