16 lines
316 B
Makefile
16 lines
316 B
Makefile
# $OpenBSD: Makefile,v 1.2 2016/03/20 19:56:25 naddy Exp $
|
|
|
|
COMMENT = produce tied (and other) separate but combined variables
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = IO-TieCombine-1.004
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Sergey Bronnikov <estetus@gmail.com>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|