- Trim Makefile header
- Assign maintainership to perl@ - Remove unnecessary depend on PERL_LEVEL < 5.12
This commit is contained in:
parent
14ef500517
commit
fd6f7a8991
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318938
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-LWP-Authen-Wsse
|
||||
# Date created: Wed Jun 23 15:15:30 CST 2004
|
||||
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
|
||||
#
|
||||
# Created by: Cheng-Lung Sung <clsung@dragon2.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= LWP-Authen-Wsse
|
||||
PORTVERSION= 0.05
|
||||
@ -11,7 +7,7 @@ CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Library for enabling X-WSSE authentication in LWP
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
@ -22,10 +18,4 @@ PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= LWP::Authen::Wsse.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500805
|
||||
BUILD_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user