aboutsummaryrefslogblamecommitdiff
path: root/www/p5-Router-Simple/Makefile
blob: 7415678d36766b4ef3382ba64b4beae9ea6339b2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                                          
           

                             
                    







                                      


                           
                                                                                     
                                
 

                        
 
                      
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Router-Simple
PORTVERSION=	0.15
CATEGORIES=	www net perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:TOKUHIROM
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple HTTP Router

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_PERL5=	modbuild
USES=		perl5

.include <bsd.port.mk>