5a765ecbe4
Noted by: kris@
32 lines
686 B
Makefile
32 lines
686 B
Makefile
# New ports collection makefile for: p5-Kwiki-Infobox
|
|
# Date created: Jun 4 2005
|
|
# Whom: brian
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Kwiki-Infobox
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Kwiki
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Kwiki information box, works weel with Kwiki-ColumnLayout
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
DEPRECATED= already bundled in www/p5-Kwiki (0.39 or latter)
|
|
EXPIRATION_DATE= 2007-07-28
|
|
IGNORE= ${DEPRECATED}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Kwiki::Infobox.3
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|