openbsd-ports/devel/p5-Sub-Name/Makefile

24 lines
328 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $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
2012-08-23 11:00:32 -04:00
REVISION = 1
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
MODULES = cpan
USE_GROFF = Yes
.include <bsd.port.mk>