blob: 90f8ee3589c57e6e53425cd794a7d358d794b173 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Satoru Suzuki <xsuzu@yokohama.riken.jp>
# $FreeBSD$
PORTNAME= squirrel_logger
PORTVERSION= 2.3
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.7
MAINTAINER= ports@FreeBSD.org
COMMENT= Logging functionality for your webmail interface
USE_SM_COMPAT= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.post.mk>
|