1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/p5-Catalyst-Plugin-Textile/Makefile
2021-04-06 16:31:07 +02:00

23 lines
533 B
Makefile

# Created by: Travis Campbell <hcoyote@ghostar.org>
PORTNAME= Catalyst-Plugin-Textile
PORTVERSION= 0.01
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SRI
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Textile for Catalyst
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime \
p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \
p5-Text-Textile>=0:textproc/p5-Text-Textile
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>