freebsd-ports/www/p5-HTML-Perlinfo/Makefile
Beech Rintoul 08057ec7e5 -Restore maintainership to submitter
PR:		ports/157030
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
Approved by:	itetcu (mentor)(implicit)
2011-05-14 21:27:28 +00:00

24 lines
522 B
Makefile

# New ports collection makefile for: www/p5-HTML-Perlinfo
# Date created: 9 May 2009
# Whom: Kurt Jaeger <fbsd-ports@opsec.eu>
#
# $FreeBSD$
#
PORTNAME= HTML-Perlinfo
PORTVERSION= 1.61
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Display a lot of Perl information in HTML format
PERL5= yes
PERL_CONFIGURE= yes
MAN1= perlinfo.1
MAN3= HTML::Perlinfo.3 HTML::Perlinfo::HTML.3 \
HTML::Perlinfo::Loaded.3 HTML::Perlinfo::Modules.3
.include <bsd.port.mk>