aboutsummaryrefslogtreecommitdiffstats
path: root/irc/pear-Net_SmartIRC/Makefile
blob: 1485dbac9e2518a6a7a31b78e1b901502faef8b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$

PORTNAME=   Net_SmartIRC
PORTVERSION=    1.1.9
CATEGORIES= irc www pear

MAINTAINER= miwi@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>