a0b3668460
These do not require a PORTREVISION bump.
16 lines
300 B
Makefile
16 lines
300 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= syslog
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Erlang port driver for interacting with syslog
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Vagabond
|
|
GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|