freebsd-ports/mail/squirrelmail-pupdate-plugin/Makefile
Martin Wilke afba853254 - Stage support
- While here cleanup some whitespaces / dependencys
2014-02-18 12:40:01 +00:00

19 lines
428 B
Makefile

# Created by: Thomas Abthorpe <thomas@goodking.ca>
# $FreeBSD$
PORTNAME= pupdate
PORTVERSION= 0.7
PORTREVISION= 3
CATEGORIES= mail www
DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.2
MAINTAINER= ports@FreeBSD.org
COMMENT= Checks for plugin updates by parsing the SM site
LICENSE= GPLv2
USE_GENERIC_PKGMESSAGE= yes
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.post.mk>