21 lines
417 B
Makefile
21 lines
417 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/20 18:05:52 jasper Exp $
|
||
|
|
||
|
COMMENT = Perl interface to Git repositories
|
||
|
|
||
|
MODULES = cpan
|
||
|
DISTNAME = Git-Repository-1.21
|
||
|
CATEGORIES = devel
|
||
|
USE_GROFF = Yes
|
||
|
|
||
|
MAINTAINER= Wen Heping <wenheping@gmail.com>
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE_CDROM = Yes
|
||
|
PERMIT_PACKAGE_FTP = Yes
|
||
|
PERMIT_DISTFILES_CDROM =Yes
|
||
|
PERMIT_DISTFILES_FTP = Yes
|
||
|
|
||
|
RUN_DEPENDS = devel/p5-System-Command
|
||
|
|
||
|
.include <bsd.port.mk>
|