diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-05 16:30:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-05 16:30:05 +0000 |
commit | 9fd5a6040d4cc2bb44e0c744a22dffc834a984df (patch) | |
tree | 20cdd8f5c017bb19a7c7e0172ae615b2278980c2 /sysutils/pwgen | |
parent | 27d39a7ce0774792b3378975486136df2816060e (diff) |
Notes
Diffstat (limited to 'sysutils/pwgen')
-rw-r--r-- | sysutils/pwgen/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/pwgen/Makefile b/sysutils/pwgen/Makefile index b6e868b61691..33b91e44398f 100644 --- a/sysutils/pwgen/Makefile +++ b/sysutils/pwgen/Makefile @@ -10,8 +10,11 @@ MASTER_SITES= SF MAINTAINER= andrey@hm.perm.ru COMMENT= Small, powerful, GPL'ed password generator +LICENSE= GPLv2 + GNU_CONFIGURE= yes -USES= perl5 +USES= cpe perl5 +CPE_VENDOR= pwgen_project USE_PERL5= build PLIST_FILES= bin/pwgen \ |