diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-11 05:31:31 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-11 05:31:31 +0800 |
commit | 074eeeee404cc43c6288c61054d422a6f4c8558b (patch) | |
tree | f4896cfc72390ade5e280f667edea9a8a95e33e0 /lang | |
parent | 5940c2a8631cef14ba3123f18c73c07bc06b2c99 (diff) | |
download | freebsd-ports-gnome-074eeeee404cc43c6288c61054d422a6f4c8558b.tar.gz freebsd-ports-gnome-074eeeee404cc43c6288c61054d422a6f4c8558b.tar.zst freebsd-ports-gnome-074eeeee404cc43c6288c61054d422a6f4c8558b.zip |
- Pass to perl@ as discussed with portmgr (linimon) and svk (previous maintainer)
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 f1fca9b18d71..9df6d03d3bf7 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= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Parrot - virtual machine for dynamic languages BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ |