openbsd-ports/devel/p5-DateTime-Format-ICal/Makefile
sthen 0e68e4e6c6 Set CONFIGURE_STYLE=modbuild, remove the unneeded patch and don't
set CONFIGURE_ARGS. Bump REVISION. Fixes file installation location
problem reported by jcs@, tested by jcs@.
2010-09-04 18:10:48 +00:00

27 lines
550 B
Makefile

# $OpenBSD: Makefile,v 1.2 2010/09/04 18:10:48 sthen Exp $
COMMENT = parse and format iCal datetime and duration strings
DISTNAME = DateTime-Format-ICal-0.09
REVISION = 0
CATEGORIES = devel
MODULES = cpan
# GPLv1 / Artistic
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = modbuild
RUN_DEPENDS = ::devel/p5-DateTime \
::devel/p5-DateTime-Set \
::devel/p5-DateTime-TimeZone \
::devel/p5-DateTime-Event-ICal \
::devel/p5-Params-Validate
.include <bsd.port.mk>