Update security/rubygem-net-scp to version 1.2.1
[dports.git] / security / p5-Crypt-PGPSimple / Makefile
1 # Created by: Matjaz Prelog <rachek@si.freebsd.org>
2 # $FreeBSD$
3
4 PORTNAME=       Crypt-PGPSimple
5 PORTVERSION=    0.13
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     5u623l20@gmail.com
11 COMMENT=        Crypt::PGPSimple provides a simple object-oriented interface to PGP
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 RUN_DEPENDS=    ${LOCALBASE}/bin/pgp:${PORTSDIR}/security/pgp
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>