diff options
author | swills <swills@FreeBSD.org> | 2010-12-09 10:36:55 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2010-12-09 10:36:55 +0800 |
commit | d5b7120e99743bbc0c6a1f81523e938fbf7b5a22 (patch) | |
tree | 626b74eacf460b2ca66b73f65d71b6f35b941ae7 /devel | |
parent | b9bf8f771cf2bb7dff32dfd4f7c33df4880fe8cd (diff) | |
download | freebsd-ports-graphics-d5b7120e99743bbc0c6a1f81523e938fbf7b5a22.tar.gz freebsd-ports-graphics-d5b7120e99743bbc0c6a1f81523e938fbf7b5a22.tar.zst freebsd-ports-graphics-d5b7120e99743bbc0c6a1f81523e938fbf7b5a22.zip |
- Takeover some of clsung's ports
Approved by: pgollucci (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Date-Manip/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Glib2/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Module-Install/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile index abea642a1d3..024921cfcad 100644 --- a/devel/p5-Date-Manip/Makefile +++ b/devel/p5-Date-Manip/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= swills@FreeBSD.org COMMENT= Perl5 module containing date manipulation routines PERL_CONFIGURE= YES diff --git a/devel/p5-Glib2/Makefile b/devel/p5-Glib2/Makefile index 06658e6f674..7c3bea61409 100644 --- a/devel/p5-Glib2/Makefile +++ b/devel/p5-Glib2/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= CPAN/Glib SF/gtk2-perl/Glib/${PORTVERSION} PKGNAMEPREFIX= p5- DISTNAME= Glib-${PORTVERSION} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= swills@FreeBSD.org COMMENT= This module provides access to Glib and GObject libraries BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ diff --git a/devel/p5-Module-Install/Makefile b/devel/p5-Module-Install/Makefile index c3323f28351..8e3d577f8bf 100644 --- a/devel/p5-Module-Install/Makefile +++ b/devel/p5-Module-Install/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= swills@FreeBSD.org COMMENT= Standalone, extensible Perl module installer RUN_DEPENDS= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ |