mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
25 lines
492 B
Makefile
25 lines
492 B
Makefile
# Created by: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
PORTNAME= LWP-Authen-Wsse
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Library for enabling X-WSSE authentication in LWP
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
|
|
p5-Digest-SHA1>=0:security/p5-Digest-SHA1
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|