diff options
author | araujo <araujo@FreeBSD.org> | 2008-03-24 19:49:45 +0000 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-03-24 19:49:45 +0000 |
commit | ac28dcdc836ecb4ce7fc997ba6a5dd2d12a42997 (patch) | |
tree | b145f93623ea45105310322a487756d61c51cfe1 | |
parent | 701761fae70fa0a40ff8e79bae61cfb864b5ae6a (diff) | |
download | FreeBSD-ports-ac28dcdc836ecb4ce7fc997ba6a5dd2d12a42997.zip FreeBSD-ports-ac28dcdc836ecb4ce7fc997ba6a5dd2d12a42997.tar.gz |
- Use CPAN macro.
- Pass maintainership to submitter.
PR: ports/121998
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
-rw-r--r-- | astro/p5-Astro-DSS/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/p5-Astro-DSS/Makefile b/astro/p5-Astro-DSS/Makefile index fbd9d3c..6d94a22 100644 --- a/astro/p5-Astro-DSS/Makefile +++ b/astro/p5-Astro-DSS/Makefile @@ -9,12 +9,11 @@ PORTNAME= Astro-DSS PORTVERSION= 1.6.1 CATEGORIES= astro perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ - http://www.estar.org.uk/software/ +MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Astro PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@p6m7g8.com COMMENT= An OO interface to the 1st and 2nd Digital Sky Surveys BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww |