freebsd-ports/devel/libserver/Makefile
John Marino c5622a1d63 devel/libserver: Upgrade version 1.19 => 1.21
This update fixes a broken checksum reported by myself [1]

PR:		ports/188815 [1]
PR:		ports/188887
submitted by:	maintainer (James Bailie)
2014-04-22 18:48:20 +00:00

18 lines
366 B
Makefile

# Created by: James Bailie <jimmy@mammothcheese.ca>
# $FreeBSD$
PORTNAME= libserver
PORTVERSION= 1.21
CATEGORIES= devel
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Generic TCP server in a library
USE_LDCONFIG= yes
INSTALL_TARGET=STAGEDIR=../stage/ install
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>