18 lines
382 B
Makefile
18 lines
382 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/29 08:23:30 espie Exp $
|
|
|
|
COMMENT= "report versions of all perl modules in memory"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Module-Versions-Report-1.02
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|