aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-05-24 17:40:21 +0800
committeraz <az@FreeBSD.org>2013-05-24 17:40:21 +0800
commit6cac8d4f25a390d14f9f5830d25eae689506d089 (patch)
tree4b7cfbd70e96d49262861511260debf24361647e /www
parent84cee7920ff743a93bbdcab26089ef2c9d47ccb3 (diff)
downloadfreebsd-ports-gnome-6cac8d4f25a390d14f9f5830d25eae689506d089.tar.gz
freebsd-ports-gnome-6cac8d4f25a390d14f9f5830d25eae689506d089.tar.zst
freebsd-ports-gnome-6cac8d4f25a390d14f9f5830d25eae689506d089.zip
- Trim Makefile header
- Assign maintainership to perl@ - Remove unnecessary depend on PERL_LEVEL < 5.12
Diffstat (limited to 'www')
-rw-r--r--www/p5-LWP-Authen-Wsse/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/www/p5-LWP-Authen-Wsse/Makefile b/www/p5-LWP-Authen-Wsse/Makefile
index c8792583c092..268b515f2d8d 100644
--- a/www/p5-LWP-Authen-Wsse/Makefile
+++ b/www/p5-LWP-Authen-Wsse/Makefile
@@ -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>