freebsd-ports/www/p5-Catalyst-Plugin-Browser/Makefile
Philip M. Gollucci 4f94379c34 - Update to 0.08
- Remove MD5

With Hat:       perl@
Changes:        http://search.cpan.org/~mramberg/Catalyst-Plugin-Browser/Changes
2010-12-12 21:34:08 +00:00

25 lines
627 B
Makefile

# New ports collection makefile for: p5-Catalyst-Plugin-Browser
# Date created: 2008-12-21
# Whom: Andrej Zverev <az@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Browser
PORTVERSION= 0.08
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Browser Detection for Catalyst
BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Catalyst-TraitFor-Request-BrowserDetect>=0:${PORTSDIR}/www/p5-Catalyst-TraitFor-Request-BrowserDetect
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::Browser.3
.include <bsd.port.mk>