b472899133
- Pass maintainership to submitter PR: 188169 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
19 lines
331 B
Makefile
19 lines
331 B
Makefile
# 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>
|