- Typo fix: perl@@FreeBSD.org -> perl@FreeBSD.org
- Remove perl 5.6 check - Bump PORTREVISION (MAINTAINER's change) PR: ports/111044 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
parent
620f9aedb1
commit
4ebe00d8f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188868
1 changed files with 3 additions and 8 deletions
|
@ -7,12 +7,13 @@
|
|||
|
||||
PORTNAME= Net-Delicious
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= perl@@FreeBSD.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= OOP for managing posts on del.icio.us
|
||||
|
||||
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
|
@ -46,10 +47,4 @@ MAN3= Net::Delicious.3 \
|
|||
Net::Delicious::Tag.3 \
|
||||
Net::Delicious::User.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww
|
||||
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue