aboutsummaryrefslogtreecommitdiff
path: root/mail/hs-email-validate
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-18 17:04:33 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-18 17:04:33 +0000
commitdaff33d149fc546634bc31bcc8984e3e63e5022c (patch)
tree1cab9a96e7915264443b5e6866310cebfefe0421 /mail/hs-email-validate
parente0bdd43effc6f2fa25a58f0dad7aceadde59e8f8 (diff)
downloadports-daff33d149fc546634bc31bcc8984e3e63e5022c.tar.gz
ports-daff33d149fc546634bc31bcc8984e3e63e5022c.zip
Notes
Diffstat (limited to 'mail/hs-email-validate')
-rw-r--r--mail/hs-email-validate/Makefile20
-rw-r--r--mail/hs-email-validate/distinfo2
-rw-r--r--mail/hs-email-validate/pkg-descr3
3 files changed, 25 insertions, 0 deletions
diff --git a/mail/hs-email-validate/Makefile b/mail/hs-email-validate/Makefile
new file mode 100644
index 000000000000..a831639dc22c
--- /dev/null
+++ b/mail/hs-email-validate/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-email-validate
+# Date created: December 26, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= email-validate
+PORTVERSION= 0.2.7
+CATEGORIES= mail haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Validating an email address string against RFC 5322
+
+LICENSE= BSD
+
+USE_CABAL= parsec>=2.1 ranges>=0.2.2
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/mail/hs-email-validate/distinfo b/mail/hs-email-validate/distinfo
new file mode 100644
index 000000000000..11b96b11a720
--- /dev/null
+++ b/mail/hs-email-validate/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/email-validate-0.2.7.tar.gz) = 78542b6aff81e94663fd7105163a6f1232ccbbce1abd50860b83c07b52a8ea8f
+SIZE (cabal/email-validate-0.2.7.tar.gz) = 6038
diff --git a/mail/hs-email-validate/pkg-descr b/mail/hs-email-validate/pkg-descr
new file mode 100644
index 000000000000..54468d93b220
--- /dev/null
+++ b/mail/hs-email-validate/pkg-descr
@@ -0,0 +1,3 @@
+Validating an email address string against RFC 5322.
+
+WWW: http://porg.es/blog/email-address-validation-simpler-faster-more-correct