blob: 91085353d65fb56cb54cc0e35906e3e0257b0d05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
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>
|