1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/comms/comserv/Makefile
Raphael Kubo da Costa 3a79929fdb Switch MASTER_SITES and WWW to https in Chris' ports.
PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2019-10-19 12:21:22 +00:00

20 lines
445 B
Makefile

# Created by: Brian Dean <bsd@FreeBSD.org>
# $FreeBSD$
PORTNAME= comserv
PORTVERSION= 1.4.4
CATEGORIES= comms net
MASTER_SITES= https://BSDforge.com/projects/source/comms/comserv/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Access local serial ports via network connections
LICENSE= BSD2CLAUSE
USES= tar:xz
PLIST_FILES= sbin/comservd etc/comservd.conf.sample \
etc/rc.d/comservd.sh.sample man/man8/comservd.8.gz
.include <bsd.port.mk>