diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 20:04:18 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 20:04:18 +0800 |
commit | 65a99e72a535040d01c7d5511de62fc1d9899f1b (patch) | |
tree | b41fa565df2305bdc35969c964af0d73b05e8f09 /graphics | |
parent | bbc78cb360810fbec8b06e742694f34eb2bd4d4a (diff) | |
download | freebsd-ports-gnome-65a99e72a535040d01c7d5511de62fc1d9899f1b.tar.gz freebsd-ports-gnome-65a99e72a535040d01c7d5511de62fc1d9899f1b.tar.zst freebsd-ports-gnome-65a99e72a535040d01c7d5511de62fc1d9899f1b.zip |
Move p5- ports from ports@ to perl@.
With hat: perl@
Sponsored by: Absolight
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Color-Rgb/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Imlib2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Color-Rgb/Makefile b/graphics/p5-Color-Rgb/Makefile index 1120939501d6..ab94d637dfd3 100644 --- a/graphics/p5-Color-Rgb/Makefile +++ b/graphics/p5-Color-Rgb/Makefile @@ -8,7 +8,7 @@ CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple rgb.txt parsing class LICENSE= ART10 GPLv1 diff --git a/graphics/p5-Imlib2/Makefile b/graphics/p5-Imlib2/Makefile index 026d18ecef39..7cdd36501c2d 100644 --- a/graphics/p5-Imlib2/Makefile +++ b/graphics/p5-Imlib2/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.muhri.net/ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-Perl-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl bindings for Imlib2 LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 |