18 lines
327 B
Makefile
18 lines
327 B
Makefile
# $OpenBSD: Makefile,v 1.22 2020/07/03 21:45:48 sthen Exp $
|
|
|
|
COMMENT= convert Pod documents into a simple object model form
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Pod-POM-2.01
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-File-Slurper \
|
|
devel/p5-Test-Differences
|
|
|
|
.include <bsd.port.mk>
|