1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/dns/ironsides/Makefile
2014-05-28 23:34:22 +00:00

30 lines
864 B
Makefile

# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
PORTNAME= ironsides
PORTVERSION= ${SNAPSHOT:S/_//g}
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://ironsides.martincarlisle.com/
DISTNAME= ironsides_authoritative-${SNAPSHOT}
MAINTAINER= marino@FreeBSD.org
COMMENT= Authoritative DNS server formally verified by SPARK/Ada
LICENSE= Ironsides
LICENSE_NAME= IRONSIDES - Free software, unlimited redistribution
LICENSE_FILE= ${WRKSRC}/COPYRIGHT.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ${LOCALBASE}/include/spark2012/spark.ads:${PORTSDIR}/devel/libspark2012
USES= ada dos2unix zip
DOS2UNIX_FILES= dfcs.usafa.edu.zonefile ironsides.1
SNAPSHOT= 2014_02_20
WRKSRC= ${WRKDIR}/${DISTFILES:S/.zip//}
post-extract:
@${CP} ${FILESDIR}/ironsides.gpr ${FILESDIR}/Makefile ${WRKSRC}/
.include <bsd.port.mk>