mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
799c4ddaff
- Changelog: https://pear.php.net/package/Net_SmartIRC/download/ Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11568
18 lines
337 B
Makefile
18 lines
337 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_SmartIRC
|
|
PORTVERSION= 1.1.11
|
|
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>
|