1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/security/p5-GnuPG-Interface/Makefile
2013-11-06 07:39:31 +00:00

24 lines
452 B
Makefile

# Created by: trevor
# $FreeBSD$
PORTNAME= GnuPG-Interface
PORTVERSION= 0.46
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for interfacing with GnuPG
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg \
p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>