8f3405566e
"please commit the p5-svn-notify update" jasper@, maintainer timeout
27 lines
496 B
Makefile
27 lines
496 B
Makefile
# $OpenBSD: Makefile,v 1.10 2009/03/30 21:54:54 stsp Exp $
|
|
|
|
COMMENT= subversion activity notification
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= SVN-Notify-2.78
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/subversion,-perl \
|
|
::www/p5-HTML-Parser
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|