freebsd-ports/mail/hs-email-validate/Makefile
Gabor Pali db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00

21 lines
456 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
PORTREVISION= 1
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>