summaryrefslogtreecommitdiff
path: root/www/p5-HTML-StripScripts/Makefile
blob: 961de37d085f5e6a1e500a564da18c3834f73551 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: kftseng@iyard.org
# $FreeBSD$

PORTNAME=	HTML-StripScripts
PORTVERSION=	1.05
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	5u623l20@gmail.com
COMMENT=	Strip scripting constructs out of HTML

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>