openbsd-ports/converters/p5-Calendar-Simple/Makefile

23 lines
412 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2010/12/03 11:44:23 ajacoutot Exp $
2006-11-11 13:13:35 -05:00
COMMENT= simple calendar month
2006-11-11 13:13:35 -05:00
2010-08-26 16:25:23 -04:00
DISTNAME= Calendar-Simple-1.21
REVISION= 0
2006-12-04 16:49:38 -05:00
CATEGORIES= converters
MODULES= cpan
2006-11-11 13:13:35 -05: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 16:49:38 -05:00
CONFIGURE_STYLE= modbuild
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
2006-11-11 13:13:35 -05:00
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>