a small cpan module that takes care of most common things there
This commit is contained in:
parent
54a1a40181
commit
41a9dbf299
11
infrastructure/mk/cpan.port.mk
Normal file
11
infrastructure/mk/cpan.port.mk
Normal file
@ -0,0 +1,11 @@
|
||||
# $OpenBSD: cpan.port.mk,v 1.1 2006/11/12 10:29:15 espie Exp $
|
||||
|
||||
PKGNAME?= p5-${DISTNAME}
|
||||
MASTER_SITES?= ${MASTER_SITE_PERL_CPAN:=${DISTNAME:C/-*//}}
|
||||
CATEGORIES+= perl5
|
||||
CONFIGURE_STYLE+=perl
|
||||
MODULES+= perl
|
||||
|
||||
.if !defined(SHARED_ONLY)
|
||||
PKG_ARCH?= *
|
||||
.endif
|
Loading…
Reference in New Issue
Block a user