freebsd-ports/security/p5-Crypt-PGPSimple/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

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>