20 lines
340 B
Makefile
20 lines
340 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:44:57 sthen Exp $
|
|
|
|
COMMENT = import packages into other packages
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Import-Into-1.002005
|
|
CATEGORIES = devel
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
REVISION = 1
|
|
|
|
CPAN_AUTHOR = HAARG
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Module-Runtime
|
|
|
|
.include <bsd.port.mk>
|