0b69722ec9
"perl smells like dead moose farts and you can quote me on that" msf@
20 lines
400 B
Makefile
20 lines
400 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/09/15 13:52:11 sthen Exp $
|
|
|
|
COMMENT= check for pod coverage in your distribution
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Test-Pod-Coverage-1.08
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::devel/p5-Pod-Coverage
|
|
|
|
.include <bsd.port.mk>
|