freebsd-ports/irc/pear-Net_SmartIRC/Makefile
Jochen Neumeister 4cff84a080 Update to 1.1.13
Changelog:
* Corrected return value of isConnected() to match docs
2018-05-12 10:20:58 +00:00

17 lines
337 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Net_SmartIRC
PORTVERSION= 1.1.13
CATEGORIES= irc www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR class for communication with IRC networks
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= pear
.include <bsd.port.mk>