blob: 2d9ff337a4eb559823c912b6fffa23bdfd6f6aaa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: p5-HTML-StripScripts
# Date Created: May 08, 2008
# Whom: kftseng@iyard.org
#
# $FreeBSD$
#
PORTNAME= HTML-StripScripts
PORTVERSION= 1.05
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Strip scripting constructs out of HTML
PERL_CONFIGURE= yes
MAN3= HTML::StripScripts.3
.include <bsd.port.mk>
|