19 lines
311 B
Makefile
19 lines
311 B
Makefile
# $OpenBSD: Makefile,v 1.25 2020/07/03 21:45:42 sthen Exp $
|
|
|
|
COMMENT= perl5 interface to GnuPG
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= GnuPG-0.19
|
|
CATEGORIES= security
|
|
REVISION= 0
|
|
|
|
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
|
|
|
|
RUN_DEPENDS= security/gnupg
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|