17 lines
343 B
Makefile
17 lines
343 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/10/18 17:48:03 espie Exp $
|
|
|
|
COMMENT= report versions of all perl modules in memory
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Module-Versions-Report-1.06
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|