1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/p5-HTML-SimpleParse/Makefile
Sunpoet Po-Chuan Hsieh b75cdd03f0 - Add LICENSE
- Pass maintainership to submitter

PR:		188189
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-06 05:48:57 +00:00

20 lines
304 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= HTML-SimpleParse
PORTVERSION= 0.12
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Bare-bones HTML parser
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>