diff options
author | decke <decke@FreeBSD.org> | 2010-07-25 23:13:41 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2010-07-25 23:13:41 +0800 |
commit | 3eafcfe0bf945f24ce5c54ffdbc900111c10037c (patch) | |
tree | d307c766b309e63fe984633945eb735c9fdf6436 /lang/cparser/Makefile | |
parent | 048bc244afb0db4de31897eef0623c307dc1e72e (diff) | |
download | freebsd-ports-gnome-3eafcfe0bf945f24ce5c54ffdbc900111c10037c.tar.gz freebsd-ports-gnome-3eafcfe0bf945f24ce5c54ffdbc900111c10037c.tar.zst freebsd-ports-gnome-3eafcfe0bf945f24ce5c54ffdbc900111c10037c.zip |
- Update to 0.9.11
- Add LICENSE
- Pass maintainership to submitter (via IRC)
PR: ports/148723
Submitted by: Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by: beat (co-mentor)
Diffstat (limited to 'lang/cparser/Makefile')
-rw-r--r-- | lang/cparser/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/cparser/Makefile b/lang/cparser/Makefile index 7fea8554c128..27c0b945abc8 100644 --- a/lang/cparser/Makefile +++ b/lang/cparser/Makefile @@ -6,15 +6,17 @@ # PORTNAME= cparser -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.11 CATEGORIES= lang devel MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= armin@frozen-zone.org COMMENT= A C99 compiler using libFIRM as backend LIB_DEPENDS= firm.0:${PORTSDIR}/devel/libfirm +LICENSE= GPLv2 + USE_BZIP2= yes USE_GMAKE= yes |