761f6b3831
- add run_depends on a recommended module
21 lines
383 B
Makefile
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>
|