freebsd-ports/mail/spfval/Makefile
Emanuel Haupt 4e74162b8b Change MAINTAINER address for my ports.
Approved by:	novel (mentor)
2005-10-06 11:57:11 +00:00

25 lines
449 B
Makefile

# New ports collection makefile for: spfval
# Date created: 22 Jul 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= spfval
PORTVERSION= 0.0.1
CATEGORIES= mail
MASTER_SITES= http://spfval.codeshare.ca/files/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A SPF validator
USE_BZIP2= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/spfval
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/spfval ${PREFIX}/bin
.include <bsd.port.mk>