54d4090b46
broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops. So, I've added CATEGORIES back to all the plugins, and bumped PORTREVISION so that packages with correct origins can be created. Thanks to: Stefan Bethke <stb@lassitu.de>
19 lines
429 B
Makefile
19 lines
429 B
Makefile
# Created by: Satoru Suzuki <xsuzu@yokohama.riken.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= squirrel_logger
|
|
PORTVERSION= 2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail www
|
|
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>
|