mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
19 lines
387 B
Makefile
19 lines
387 B
Makefile
# Created by: Jeremy Chadwick <koitsu@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Markup-Perl
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MMATHEWS
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= Markup-Perl-${PORTVERSION}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Support perl code inside CGI scripts using simple tags
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|