2005-10-16 21:44:46 +02:00
|
|
|
# New ports collection makefile for: textproc/p5-XML-Atom-SimpleFeed
|
|
|
|
# Date created: 16 October 2005
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-Atom-SimpleFeed
|
2006-06-05 17:49:21 +02:00
|
|
|
PORTVERSION= 0.8
|
2005-10-16 21:44:46 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= XML
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
COMMENT= XML::Atom::SimpleFeed - Generate simple Atom syndication feeds
|
|
|
|
|
2006-06-05 17:49:21 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Carp/Clan.pm:${PORTSDIR}/devel/p5-Carp-Clan
|
2005-10-16 21:44:46 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= XML::Atom::SimpleFeed.3
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-06-05 17:49:21 +02:00
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
|
|
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
|
2005-10-16 21:44:46 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|