mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
f2904b6af8
- Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed
15 lines
298 B
Makefile
15 lines
298 B
Makefile
# Created by: Pawel Pekala <pawel@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pgp
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= PGP plugins for Claws Mail
|
|
|
|
LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme
|
|
|
|
CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime
|
|
|
|
.include "../claws-mail/Makefile.claws"
|
|
.include <bsd.port.mk>
|