openbsd-ports/net/p5-Net-ICal/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

24 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.11 2016/03/20 19:56:53 naddy Exp $
COMMENT= Perl interface to RFC2445 (iCalendar) objects
MODULES= cpan
PKG_ARCH= *
DISTNAME= Net-ICal-0.15
REVISION= 1
CATEGORIES= net
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= devel/p5-Class-MethodMapper \
devel/p5-Date-Calc \
devel/p5-Date-ICal
BUILD_DEPENDS= ${RUN_DEPENDS}
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>