19 lines
350 B
Makefile
19 lines
350 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/12/04 21:49:38 steven Exp $
|
|
|
|
COMMENT= "simple calendar month"
|
|
|
|
DISTNAME= Calendar-Simple-1.17
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|