aboutsummaryrefslogtreecommitdiff
path: root/security/hs-pem
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 19:22:16 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 19:22:16 +0000
commitad40840f038b6225eed574c6589fd0a7160416d7 (patch)
treeacf9d601f71ea4eac37fee375059efcb64dbc1d2 /security/hs-pem
parent4f52336b612a31d9f243d328753275024b7b09cb (diff)
downloadports-ad40840f038b6225eed574c6589fd0a7160416d7.tar.gz
ports-ad40840f038b6225eed574c6589fd0a7160416d7.zip
Notes
Diffstat (limited to 'security/hs-pem')
-rw-r--r--security/hs-pem/Makefile22
-rw-r--r--security/hs-pem/distinfo2
-rw-r--r--security/hs-pem/pkg-descr3
3 files changed, 27 insertions, 0 deletions
diff --git a/security/hs-pem/Makefile b/security/hs-pem/Makefile
new file mode 100644
index 000000000000..8766696ce471
--- /dev/null
+++ b/security/hs-pem/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-pem
+# Date created: May 9, 2012
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= pem
+PORTVERSION= 0.1.1
+CATEGORIES= security haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Privacy Enhanced Mail (PEM) format reader and writer
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= attoparsec base64-bytestring cereal mtl
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/security/hs-pem/distinfo b/security/hs-pem/distinfo
new file mode 100644
index 000000000000..acb090ec0259
--- /dev/null
+++ b/security/hs-pem/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/pem-0.1.1.tar.gz) = 3432927ed9fa9a5c1889986dacf3ebc1648343dcbcf0f67a191dc66a781a8b4e
+SIZE (cabal/pem-0.1.1.tar.gz) = 3613
diff --git a/security/hs-pem/pkg-descr b/security/hs-pem/pkg-descr
new file mode 100644
index 000000000000..fab65351ae0a
--- /dev/null
+++ b/security/hs-pem/pkg-descr
@@ -0,0 +1,3 @@
+Privacy Enhanced Mail (PEM) format reader and writer.
+
+WWW: http://github.com/vincenthz/hs-pem