1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/p5-HTML-Clean/Makefile
Peter Pentchev 2a26e614d7 Set MAINTAINER to ports@FreeBSD.org.
PR:		36306
Submitted by:	the former maintainer
2002-03-25 16:18:05 +00:00

24 lines
460 B
Makefile

# New ports collection makefile for: p5-HTML-Clean
# Date created: March 30th 2001
# Whom: Alex Kapranoff <kapr@crosswinds.net>
#
# $FreeBSD$
#
PORTNAME= HTML-Clean
PORTVERSION= 0.8
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= ports@freebsd.org
PERL_CONFIGURE= yes
MAN1= htmlclean.1
MAN3= HTML::Clean.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>