27 lines
592 B
Makefile
27 lines
592 B
Makefile
PORTNAME= GnuPG-Interface
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for interfacing with GnuPG
|
|
WWW= https://metacpan.org/release/GnuPG-Interface \
|
|
https://gnupg-interface.sourceforge.net/
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= gpg2:security/gnupg \
|
|
p5-MooX-HandlesVia>=0.04:devel/p5-MooX-HandlesVia \
|
|
p5-MooX-late>=0.14:devel/p5-MooX-late \
|
|
p5-Moo>=0.091011:devel/p5-Moo
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|