18 lines
282 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2016/03/20 19:56:32 naddy Exp $
2006-11-04 17:25:02 +00:00
COMMENT= cross-platform path manipulation
2006-11-04 17:25:02 +00:00
2006-11-29 08:23:29 +00:00
MODULES= cpan
PKG_ARCH= *
DISTNAME= Path-Class-0.35
2006-11-28 10:19:34 +00:00
CATEGORIES= devel
2006-11-04 17:25:02 +00:00
2006-11-29 08:23:29 +00:00
# perl
2006-11-04 17:25:02 +00:00
PERMIT_PACKAGE_CDROM= Yes
2006-11-28 10:19:34 +00:00
CPAN_AUTHOR= KWILLIAMS
2006-11-04 17:25:02 +00:00
2006-11-28 10:19:34 +00:00
CONFIGURE_STYLE=modbuild
2006-11-04 17:25:02 +00:00
.include <bsd.port.mk>