svn commit: r344430 - head/lang/asis

John Marino marino at FreeBSD.org
Sat Feb 15 16:30:09 UTC 2014


Author: marino
Date: Sat Feb 15 16:30:08 2014
New Revision: 344430
URL: http://svnweb.freebsd.org/changeset/ports/344430
QAT: https://qat.redports.org/buildarchive/r344430/

Log:
  lang/asis: Specify LICENSE (GPLv2)

Modified:
  head/lang/asis/Makefile

Modified: head/lang/asis/Makefile
==============================================================================
--- head/lang/asis/Makefile	Sat Feb 15 16:28:10 2014	(r344429)
+++ head/lang/asis/Makefile	Sat Feb 15 16:30:08 2014	(r344430)
@@ -3,6 +3,7 @@
 
 PORTNAME=	asis
 PORTVERSION=	2011
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://downloads.dragonlace.net/src/
 DISTNAME=	${PORTNAME}-gpl-${PORTVERSION}-src
@@ -11,6 +12,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	marino at FreeBSD.org
 COMMENT=	GNAT implementation of Ada Semantic Interface Specification
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	gnat_util>=2013:${PORTSDIR}/lang/gnat_util \
 		xmlada>=3.2:${PORTSDIR}/textproc/xmlada
 


More information about the svn-ports-all mailing list