openbsd-ports/devel/p5-Sub-Name/Makefile
bluhm 2e8a65b2cb - update p5-Sub-Name from 0.04 to 0.05
- take maintainership
- fix spaces around =
- sort according to Makefile.template
ok jasper@
2010-11-26 23:21:49 +00:00

24 lines
379 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/11/26 23:21:49 bluhm Exp $
SHARED_ONLY = Yes
COMMENT = (re)name a sub
DISTNAME = Sub-Name-0.05
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
MODULES = cpan
USE_GROFF = Yes
.include <bsd.port.mk>