openbsd-ports/devel/p5-Path-Class/Makefile

22 lines
395 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2006/12/25 15:17:52 simon Exp $
2006-11-04 12:25:02 -05:00
COMMENT= "cross-platform path manipulation"
2006-11-29 03:23:29 -05:00
MODULES= cpan
DISTNAME= Path-Class-0.16
2006-11-28 05:19:34 -05:00
CATEGORIES= devel
2006-11-04 12:25:02 -05:00
MAINTAINER= Simon Dassow <simon@openbsd.org>
2006-11-04 12:25:02 -05:00
2006-11-29 03:23:29 -05:00
# perl
2006-11-04 12:25:02 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-11-28 05:19:34 -05:00
CPAN_AUTHOR= KWILLIAMS
2006-11-04 12:25:02 -05:00
2006-11-28 05:19:34 -05:00
CONFIGURE_STYLE=modbuild
2006-11-04 12:25:02 -05:00
.include <bsd.port.mk>