openbsd-ports/converters/p5-Calendar-Simple/Makefile
jasper 761f6b3831 - update p5-Calendar-Simple to 1.20
- add run_depends on a recommended module
2008-09-02 10:15:49 +00:00

21 lines
383 B
Makefile

# $OpenBSD: Makefile,v 1.4 2008/09/02 10:15:49 jasper Exp $
COMMENT= simple calendar month
DISTNAME= Calendar-Simple-1.20
CATEGORIES= converters
MODULES= cpan
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-DateTime
CONFIGURE_STYLE= modbuild
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>