Lines 5-15
Link Here
|
5 |
# $FreeBSD: ports/textproc/p5-XML-Atom-Syndication/Makefile,v 1.6 2006/04/21 02:00:27 leeym Exp $ |
5 |
# $FreeBSD: ports/textproc/p5-XML-Atom-Syndication/Makefile,v 1.6 2006/04/21 02:00:27 leeym Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= XML-Atom-Syndication |
7 |
PORTNAME= XML-Atom-Syndication |
8 |
PORTVERSION= 0.901 |
8 |
PORTVERSION= 0.910 |
9 |
CATEGORIES= textproc perl5 |
9 |
CATEGORIES= textproc perl5 |
10 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
10 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITE_SUBDIR= XML |
11 |
MASTER_SITE_SUBDIR= XML |
12 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
|
|
13 |
DISTNAME= ${PORTNAME}-0.91 |
13 |
|
14 |
|
14 |
MAINTAINER= perl@FreeBSD.org |
15 |
MAINTAINER= perl@FreeBSD.org |
15 |
COMMENT= Simple lightweight client for consuming Atom syndication feeds |
16 |
COMMENT= Simple lightweight client for consuming Atom syndication feeds |
Lines 34-39
Link Here
|
34 |
XML::Atom::Syndication::Person.3 \ |
35 |
XML::Atom::Syndication::Person.3 \ |
35 |
XML::Atom::Syndication::Source.3 \ |
36 |
XML::Atom::Syndication::Source.3 \ |
36 |
XML::Atom::Syndication::Text.3 \ |
37 |
XML::Atom::Syndication::Text.3 \ |
37 |
XML::Atom::Syndication::Writer.3 \ |
38 |
XML::Atom::Syndication::Writer.3 |
38 |
|
39 |
|
39 |
.include <bsd.port.mk> |
40 |
post-patch: |
|
|
41 |
@${RM} ${WRKSRC}/._* |
42 |
@${RM} ${WRKSRC}/lib/XML/Atom/._* |
43 |
@${RM} ${WRKSRC}/lib/XML/Atom/Syndication/._* |
44 |
|
45 |
.include <bsd.port.pre.mk> |
46 |
|
47 |
.if ${PERL_LEVEL} < 500600 # inherited from p5-XML-Elemental |
48 |
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again |
49 |
.endif |
50 |
|
51 |
.include <bsd.port.post.mk> |