diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-10-06 18:20:59 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-10-06 18:20:59 +0000 |
commit | 4bc8c29c2acf8465d737d4783b4a14ed81f408c0 (patch) | |
tree | bb9cd056f32028e9b8981c76a677f75c753b3e93 /devel/geany-plugin-pg | |
parent | 8f78d3a36f21d1755786be71c9ec19d8def1f0a8 (diff) | |
download | ports-4bc8c29c2acf8465d737d4783b4a14ed81f408c0.tar.gz ports-4bc8c29c2acf8465d737d4783b4a14ed81f408c0.zip |
Notes
Diffstat (limited to 'devel/geany-plugin-pg')
-rw-r--r-- | devel/geany-plugin-pg/Makefile | 17 | ||||
-rw-r--r-- | devel/geany-plugin-pg/pkg-descr | 4 | ||||
-rw-r--r-- | devel/geany-plugin-pg/pkg-plist | 10 |
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/geany-plugin-pg/Makefile b/devel/geany-plugin-pg/Makefile new file mode 100644 index 000000000000..4f3d1f67382e --- /dev/null +++ b/devel/geany-plugin-pg/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= geany-plugin +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= makc@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} + +LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme +RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg + +GEANY_PLUGIN= pg +GEANY_PLUGIN_DIR= geanypg + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include <bsd.port.mk> diff --git a/devel/geany-plugin-pg/pkg-descr b/devel/geany-plugin-pg/pkg-descr new file mode 100644 index 000000000000..0b1ddde714b5 --- /dev/null +++ b/devel/geany-plugin-pg/pkg-descr @@ -0,0 +1,4 @@ +GeanyPG is a plugin for Geany that allows the user to encrypt, +decrypt and verify signatures with GnuPG. + +WWW: http://plugins.geany.org/geanypg.html diff --git a/devel/geany-plugin-pg/pkg-plist b/devel/geany-plugin-pg/pkg-plist new file mode 100644 index 000000000000..0157e5fdffde --- /dev/null +++ b/devel/geany-plugin-pg/pkg-plist @@ -0,0 +1,10 @@ +lib/geany/geanypg.a +lib/geany/geanypg.la +lib/geany/geanypg.so +%%DOCSDIR%%/geanypg/AUTHORS +%%DOCSDIR%%/geanypg/COPYING +%%DOCSDIR%%/geanypg/ChangeLog +%%DOCSDIR%%/geanypg/NEWS +%%DOCSDIR%%/geanypg/README +@dirrm %%DOCSDIR%%/geanypg +@dirrmtry %%DOCSDIR%% |