aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-GnuPG-Interface/Makefile
blob: 45c0c67279cc0e77d10bf615c81135b3630f0f60 (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
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:   p5-GnuPG-Interface
# Date created:                                2000-07-09
# Whom:                                        Trevor Johnson
#
# $FreeBSD$
#

PORTNAME=   GnuPG-Interface
PORTVERSION=    0.36
CATEGORIES= security perl5
MASTER_SITES=   CPAN SF
PKGNAMEPREFIX=  p5-

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Perl module for interfacing with GnuPG

BUILD_DEPENDS=  gpg2:${PORTSDIR}/security/gnupg
RUN_DEPENDS=    gpg2:${PORTSDIR}/security/gnupg \
        p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker

PERL_CONFIGURE= yes

MAN3=   GnuPG::Fingerprint.3 \
    GnuPG::Handles.3 \
    GnuPG::Interface.3 \
    GnuPG::Key.3 \
    GnuPG::Options.3 \
    GnuPG::PrimaryKey.3 \
    GnuPG::PublicKey.3 \
    GnuPG::SecretKey.3 \
    GnuPG::Signature.3 \
    GnuPG::SubKey.3 \
    GnuPG::UserId.3

.include <bsd.port.mk>