1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# $FreeBSD$ PORTNAME= email-validate PORTVERSION= 1.0.0 PORTREVISION= 3 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>