db72b45278
from maintainer Sam Smith <S at msmith.net>
25 lines
523 B
Makefile
25 lines
523 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/04/24 20:12:16 sturm Exp $
|
|
|
|
COMMENT= "Simple HTML Calendars"
|
|
|
|
DISTNAME= HTML-CalendarMonthSimple-1.25
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Date-Calc \
|
|
::devel/p5-Date-Simple
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|