24 lines
328 B
Makefile
24 lines
328 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/11 10:50:21 espie Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = (re)name a sub
|
|
|
|
DISTNAME = Sub-Name-0.05
|
|
REVISION = 1
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES = cpan
|
|
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|