head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.12.17.12.28.02;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.11.17.06.02.52;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.03.19.15.12.20;	author culot;	state Exp;
branches;
next	1.6;

1.6
date	2012.03.15.12.52.51;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2012.03.13.16.15.33;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.08.18.45.35;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2011.06.20.09.22.12;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2011.03.18.03.29.27;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2010.12.11.21.54.08;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309086
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309086 | az | 2012-12-17 12:24:18 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	p5-Perlanet
# Date created:		2010-12-11
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/p5-Perlanet/Makefile 309086 2012-12-17 12:24:18Z az $
#

PORTNAME=	Perlanet
PORTVERSION=	0.56
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DAVECROSS
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	A program for creating programs that aggregate web feeds

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-CHI>=0:${PORTSDIR}/devel/p5-CHI \
		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
		p5-HTML-Tidy>=0:${PORTSDIR}/textproc/p5-HTML-Tidy \
		p5-HTML-Scrubber>=0:${PORTSDIR}/www/p5-HTML-Scrubber \
		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
		p5-MooseX-ConfigFromFile>=0:${PORTSDIR}/devel/p5-MooseX-ConfigFromFile \
		p5-MooseX-Traits>=0:${PORTSDIR}/devel/p5-MooseX-Traits \
		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
		p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-XML-Feed>=0.22:${PORTSDIR}/textproc/p5-XML-Feed \
		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_MODBUILD=	yes

MAN1=		perlanet.1
MAN3=		Perlanet.3 \
		Perlanet::Entry.3 \
		Perlanet::Feed.3 \
		Perlanet::Simple.3 \
		Perlanet::Trait::Cache.3 \
		Perlanet::Trait::FeedFile.3 \
		Perlanet::Trait::OPML.3 \
		Perlanet::Trait::Scrubber.3 \
		Perlanet::Trait::TemplateToolkit.3 \
		Perlanet::Trait::Tidy.3 \
		Perlanet::Trait::YAMLConfig.3

.include <bsd.port.mk>
@


1.8
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/p5-Perlanet/Makefile 300897 2012-07-14 14:29:18Z beat $
d50 1
a50 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+=	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS+=	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
.endif

.include <bsd.port.post.mk>
@


1.7
log
@- Update to 0.56
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Perlanet/Changes
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 0.55
- Add BUILD_DEPENDS
- Fix *_DEPENDS
- Remove outdated PERL_LEVEL check

Changes:	http://search.cpan.org/dist/Perlanet/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.55
d18 3
d29 1
a29 1
		p5-TryCatch>=0:${PORTSDIR}/lang/p5-TryCatch \
d31 1
a31 1
		p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed \
@


1.5
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d9 1
a9 1
PORTVERSION=	0.54
d18 1
a18 1
RUN_DEPENDS=	p5-CHI>=0:${PORTSDIR}/devel/p5-CHI \
a21 1
		p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
d30 1
d49 3
a51 2
.if ${PERL_LEVEL} < 508000
RUN_DEPENDS+=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
@


1.4
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d47 7
a53 1
.include <bsd.port.mk>
@


1.3
log
@- 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.
- Remove MD5 checksum
@
text
@d47 1
a47 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 508000
RUN_DEPENDS+=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif

.include <bsd.port.post.mk>
@


1.2
log
@- Update to 0.54

PR:		155634
Submitted by:	Gea-Suan Lin <gslin@@gslin.org> (maintainer)
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/D/DA/DAVECROSS
@


1.1
log
@Perlanet is a program for creating programs that aggregate web feeds
(both RSS and Atom). Web pages like this are often called "Planets"
after the Python software which originally popularised them. Perlanet
is a planet builder written in Perl - hence "Perlanet".

WWW:	http://search.cpan.org/dist/Perlanet/

PR:		ports/153005
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.53
d15 1
a15 1
MAINTAINER=	gslin@@gslin.org
d22 1
@

