openbsd-ports/net/p5-Net-ICal/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

31 lines
708 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/07/12 22:07:40 sthen Exp $
COMMENT= Perl interface to RFC2445 (iCalendar) objects
MODULES= cpan
DISTNAME= Net-ICal-0.15
REVISION= 0
CATEGORIES= net
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Class-MethodMapper \
::devel/p5-Date-Calc \
::devel/p5-Date-ICal
BUILD_DEPENDS= ${RUN_DEPENDS}
EXAMPLESDIR= ${PREFIX}/share/examples/p5-Net-ICal
post-install:
@${INSTALL_DATA_DIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR}
@${INSTALL_SCRIPT} ${WRKSRC}/examples/*.* ${EXAMPLESDIR}
.include <bsd.port.mk>