676b34a127
The mistake was completely on my part, I somehow connected the dots the wrong way in my head. The only exceptions (for now) are archivers/zstd and ports-mgmt/synth which were already picked up by new volunteers in the mean time.
17 lines
325 B
Makefile
17 lines
325 B
Makefile
# Created by: John Marino <marino@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libspark2012
|
|
PORTVERSION= 2012
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.dragonlace.net/src/
|
|
|
|
MAINTAINER= freebsd.contact@marino.st
|
|
COMMENT= SPARK 2012 Spark.Ada library
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= ada tar:bzip2
|
|
|
|
.include <bsd.port.mk>
|