mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
d034fc1cfc
multiple layers. PR: ports/38026 Submitted by: Peter Avalos <pavalos@theshell.com>
23 lines
492 B
Makefile
23 lines
492 B
Makefile
# New ports collection makefile for: www/p5-HTML-Widgets-SelectLayers
|
|
# Date created: 22 September 2002
|
|
# Whom: Peter Avalos <pavalos@theshell.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-Widgets-SelectLayers
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= HTML
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= HTML::Widgets::SelectLayers.3
|
|
|
|
.include <bsd.port.mk>
|