10757b20e2
- Add LICENSE - No PORTREVISION bump, as there is no change in functionality Requested by: itetcu
22 lines
503 B
Makefile
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>
|