freebsd-ports/devel/erlang-gen_smtp/Makefile
Jimmy Olgeni a0b3668460 Update most of the Erlang ports to use erlang.mk.
These do not require a PORTREVISION bump.
2015-07-06 22:27:17 +00:00

17 lines
281 B
Makefile

# $FreeBSD$
PORTNAME= gen_smtp
PORTVERSION= 0.9.0
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Extensible SMTP server and client for Erlang
LICENSE= BSD2CLAUSE
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= Vagabond
.include <bsd.port.mk>