17 lines
325 B
Makefile
17 lines
325 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= email-validate
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Validating an email address string against RFC 5322
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= attoparsec>=0.10.0
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|