db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
21 lines
456 B
Makefile
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>
|