diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-09-08 08:36:43 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-09-08 08:36:43 +0000 |
commit | a015f2e5d01914a78ae49e52b8ede1ad288b54a4 (patch) | |
tree | f12874a6e0a96c7033b5b00892bfe0155701411c /textproc/p5-Plucene-Simple/Makefile | |
parent | 2c1c3213db262bfef8e94495042dad914b44ae32 (diff) | |
download | ports-a015f2e5d01914a78ae49e52b8ede1ad288b54a4.tar.gz ports-a015f2e5d01914a78ae49e52b8ede1ad288b54a4.zip |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat
Notes
Notes:
svn path=/head/; revision=281438
Diffstat (limited to 'textproc/p5-Plucene-Simple/Makefile')
-rw-r--r-- | textproc/p5-Plucene-Simple/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Plucene-Simple/Makefile b/textproc/p5-Plucene-Simple/Makefile index 9717f0c1eb5f..dcc9d4290ab3 100644 --- a/textproc/p5-Plucene-Simple/Makefile +++ b/textproc/p5-Plucene-Simple/Makefile @@ -9,11 +9,11 @@ PORTNAME= Plucene-Simple DISTVERSION= 1.04 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STRYTOAST +MASTER_SITE_SUBDIR= CPAN:STRYTOAST PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= An interface to Plucene BUILD_DEPENDS= p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece \ |