b72cf8a153
"This module provides methods for obtaining information about the currently running Perl interpreter." ok sthen@
17 lines
364 B
Makefile
17 lines
364 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/14 06:29:07 stephan Exp $
|
|
|
|
COMMENT = information about the currently running perl
|
|
MODULES = cpan
|
|
DISTNAME = Probe-Perl-0.01
|
|
CATEGORIES = devel lang
|
|
|
|
CPAN_AUTHOR = KWILLIAMS
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|