freebsd-ports/www/p5-Kwiki-Icons-Gnome/Makefile
Cheng-Lung Sung da33d8314d - Update to 0.15, no functional changes
- portlint(1)

PR:		ports/98315
Submitted by:	Rong-En Fan <rafan_AT_infor dot org>
Approved by:	maintainer (Foster Mark D.)
2006-06-02 07:42:08 +00:00

34 lines
714 B
Makefile

# New ports collection makefile for: p5-Kwiki-Icons-Gnome
# Date created: Feb 16 2005
# Whom: Mark Foster <mark@foster.cc>
#
# $FreeBSD$
#
PORTNAME= Kwiki-Icons-Gnome
PORTVERSION= 0.15
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Kwiki
PKGNAMEPREFIX= p5-
MAINTAINER= mark@foster.cc
COMMENT= Kwiki Gnome Icons plugin
BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Kwiki::Icons::Gnome.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>