blob: 349a40bce1445997781b9f84673cba4afe546730 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
PORTNAME= libspark2012
PORTVERSION= 2012
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= SPARK 2012 Spark.Ada library
LICENSE= GPLv3
USES= ada tar:bzip2
.include <bsd.port.mk>
|