15 lines
246 B
Makefile
15 lines
246 B
Makefile
# $OpenBSD: Makefile,v 1.11 2017/07/29 13:23:22 bluhm Exp $
|
|
|
|
COMMENT = tie to an existing object
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Tie-ToObject-0.03
|
|
REVISION = 3
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|