mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
324 B
Makefile
18 lines
324 B
Makefile
COMMENT = perl module to implementing delay loading of object-data
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
VERSION = 0.22
|
|
DISTNAME = Object-Realize-Later-${VERSION}
|
|
PKGNAME = p5-Object-Realize-${VERSION}
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://perl.overmeer.net/
|
|
|
|
CPAN_AUTHOR = MARKOV
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|