597afc47ba
With hat: portmgr Sponsored by: Absolight
22 lines
445 B
Makefile
22 lines
445 B
Makefile
# Created by: Matjaz Prelog <rachek@si.freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-PGPSimple
|
|
PORTVERSION= 0.13
|
|
PORTREVISION= 1
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Crypt::PGPSimple provides a simple object-oriented interface to PGP
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/pgp:security/pgp
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|