freebsd-ports/mail/squirrelmail-pupdate-plugin/Makefile
Thomas Abthorpe 10757b20e2 - Utilise common bsd.squirrelmail.mk
- Add LICENSE
- No PORTREVISION bump, as there is no change in functionality

Requested by:	itetcu
2010-06-07 20:33:22 +00:00

22 lines
503 B
Makefile

# New ports collection makefile for: squirrelmail-pupdate-plugin
# Date created: 2006-06-27
# Whom: Thomas Abthorpe <thomas@goodking.ca>
#
# $FreeBSD$
#
PORTNAME= pupdate
PORTVERSION= 0.7
PORTREVISION= 2
DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.2
DIST_SUBDIR= squirrelmail
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Checks for plugin updates by parsing the SM site
LICENSE= GPLv2
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.post.mk>