mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
c634b4bb83
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
23 lines
501 B
Makefile
23 lines
501 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
|
|
COMMENT= Implements an HTML widget with multiple layers
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::Widgets::SelectLayers.3
|
|
|
|
.include <bsd.port.mk>
|