diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2012-11-04 13:05:04 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2012-11-04 13:05:04 +0000 |
commit | ed1ad7e1b9af91fcd77e891a9b7dbcf28b70dcab (patch) | |
tree | 94dcd981edc8bd1b980642dc99eb86b4ec202287 /lang/embryo/Makefile | |
parent | 9f3d68b429fe9207ea6fefbc103a0fe10524e29d (diff) |
Notes
Diffstat (limited to 'lang/embryo/Makefile')
-rw-r--r-- | lang/embryo/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index faeb3823c4d9..0f69581d16d7 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: embryo -# Date created: 08/08/2004 -# Whom: vanilla -# +# Created by: Vanilla I. Shu <vanilla@FreeBSD.org> # $FreeBSD$ -# PORTNAME= embryo DISTVERSION= 1.1.0 @@ -12,7 +8,7 @@ CATEGORIES= lang enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ http://files.roorback.net/e17/2011-12-02/base/ -MAINTAINER= magik@roorback.net +MAINTAINER= gblach@FreeBSD.org COMMENT= A C like scripting language used in Enlightenment LICENSE= BSD |