freebsd-ports/mail/hs-email-validate/Makefile
Gabor Pali b9c7b8d985 - Update to 0.2.8
Obtained from:	FreeBSD Haskell
2012-06-03 22:08:56 +00:00

20 lines
440 B
Makefile

# New ports collection makefile for: hs-email-validate
# Date created: December 26, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= email-validate
PORTVERSION= 0.2.8
CATEGORIES= mail haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Validating an email address string against RFC 5322
LICENSE= BSD
USE_CABAL= parsec ranges>=0.2.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>