blob: 21e1b636bfda5f6724ce595d0f2f084e59dfd644 (
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
|
# 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>
|