diff options
author | kris <kris@FreeBSD.org> | 2005-02-28 12:06:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-28 12:06:46 +0800 |
commit | 14d131b39ac32572df544fca8e07323e93452cca (patch) | |
tree | 21e0c45c1120bc7a4f9b190026a2ca5fd49d03be /www | |
parent | 50ce25f5735e16df990df28d47594404d874f331 (diff) | |
download | freebsd-ports-gnome-14d131b39ac32572df544fca8e07323e93452cca.tar.gz freebsd-ports-gnome-14d131b39ac32572df544fca8e07323e93452cca.tar.zst freebsd-ports-gnome-14d131b39ac32572df544fca8e07323e93452cca.zip |
BROKEN: Incomplete pkg-plist
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Maypole-Authentication-UserSessionCookie/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Maypole-Component/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Template-Plugin-Comma/Makefile | 2 | ||||
-rw-r--r-- | www/p5-W3C-LogValidator/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile index bd5470903f40..367f28a5016d 100644 --- a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile +++ b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= scrappy@FreeBSD.org COMMENT= Track sessions and, optionally, users +BROKEN= Incomplete pkg-plist + PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/www/p5-Maypole-Component/Makefile b/www/p5-Maypole-Component/Makefile index 87080adc522f..f405e5179472 100644 --- a/www/p5-Maypole-Component/Makefile +++ b/www/p5-Maypole-Component/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= scrappy@FreeBSD.org COMMENT= Run Maypole sub-requests as components +BROKEN= Incomplete pkg-plist + PERL_CONFIGURE= yes MAN3= Maypole::Component.3 diff --git a/www/p5-Template-Plugin-Comma/Makefile b/www/p5-Template-Plugin-Comma/Makefile index f1a8c39e0f0c..785b781df45b 100644 --- a/www/p5-Template-Plugin-Comma/Makefile +++ b/www/p5-Template-Plugin-Comma/Makefile @@ -18,6 +18,8 @@ COMMENT= Template::Plugin::Comma - TT Plugin to commify numbers BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Incomplete pkg-plist + PERL_CONFIGURE= yes MAN3= Template::Plugin::Comma.3 diff --git a/www/p5-W3C-LogValidator/Makefile b/www/p5-W3C-LogValidator/Makefile index b9bd0d3182f4..6ccaeab61c64 100644 --- a/www/p5-W3C-LogValidator/Makefile +++ b/www/p5-W3C-LogValidator/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Incomplete pkg-plist + PERL_CONFIGURE= yes MAN3= W3C::LogValidator.3 \ |