aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-PGPSimple/Makefile
blob: 2274a70b829c655ee6f88cff8aa340ee7d35e58c (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
# New ports collection makefile for:    p5-Crypt-PGPSimple
# Date created:             May 25th 2002
# Whom:                     Matjaz Prelog <rachek@si.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   Crypt-PGPSimple
PORTVERSION=    0.13
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX=  p5-

MAINTAINER= rachek@si.FreeBSD.org
COMMENT=    Crypt::PGPSimple provides a simple object-oriented interface to PGP

RUN_DEPENDS=    ${LOCALBASE}/bin/pgp:${PORTSDIR}/security/pgp

PERL_CONFIGURE= yes

MAN3=       Crypt::PGPSimple.3
MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

.include <bsd.port.mk>