openbsd-ports/devel/p5-Sub-Name/Makefile
2012-08-23 15:00:32 +00:00

27 lines
408 B
Makefile

# $OpenBSD: Makefile,v 1.11 2012/08/23 15:08:05 sthen 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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c
MODULES = cpan
USE_GROFF = Yes
.include <bsd.port.mk>