aboutsummaryrefslogtreecommitdiff
path: root/security/p5-PGP-Sign/Makefile
blob: 74182b2eaad6ce5a9e3bc9523c818c55dd0a77e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	PGP-Sign
PORTVERSION=	1.04
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Create detached PGP signatures for data
WWW=		https://metacpan.org/release/PGP-Sign

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	gpg:security/gnupg
RUN_DEPENDS=	gpg:security/gnupg

USES=		perl5
USE_PERL5=	modbuild
CONFIGURE_ARGS=	PGP=${LOCALBASE}/bin/gpg PGPSTYLE=GPG
NO_ARCH=	yes

.include <bsd.port.mk>