diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2006-05-01 13:52:00 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2006-05-01 13:52:00 +0000 |
commit | e7dc7669c73158acf3793b5487c407a77b67646c (patch) | |
tree | 15a7bfcdad75a2e32377410047241b9a95eef005 /devel/p5-Moose/Makefile | |
parent | 4b9bcb9b1f096371b8e87179f2485a3c25ae6865 (diff) | |
download | ports-e7dc7669c73158acf3793b5487c407a77b67646c.tar.gz ports-e7dc7669c73158acf3793b5487c407a77b67646c.zip |
Notes
Diffstat (limited to 'devel/p5-Moose/Makefile')
-rw-r--r-- | devel/p5-Moose/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index 37e3b956d468..33f044dfad2e 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: devel/p5-Moose # Date created: 14 Apr 2006 -# Whom: Lars Balker Rasmussen <lars@balker.dk> +# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STEVAN PKGNAMEPREFIX= p5- -MAINTAINER= lars@balker.dk +MAINTAINER= lbr@FreeBSD.org COMMENT= "Moose, it's the new Camel" BUILD_DEPENDS= ${RUN_DEPENDS} \ |