diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-10 15:28:39 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-10 15:28:39 +0800 |
commit | 32933736a2ec52496ca87ca5313a1cf5de8c5d6d (patch) | |
tree | ebc9a51703f7724bf5b961042e00e377ea31912e /lang | |
parent | c7678f51710cc2da4d68066b89eb26561263bb31 (diff) | |
download | freebsd-ports-gnome-32933736a2ec52496ca87ca5313a1cf5de8c5d6d.tar.gz freebsd-ports-gnome-32933736a2ec52496ca87ca5313a1cf5de8c5d6d.tar.zst freebsd-ports-gnome-32933736a2ec52496ca87ca5313a1cf5de8c5d6d.zip |
- Adopt
Diffstat (limited to 'lang')
-rw-r--r-- | lang/parrot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 00231fa7db6f..f1fca9b18d71 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -12,7 +12,7 @@ CATEGORIES= lang #MASTER_SITE_SUBDIR= ../../authors/id/A/AR/ARANDAL MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Parrot - virtual machine for dynamic languages BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ |