21 lines
383 B
Makefile
Raw Normal View History

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